提交 9f0dbea5 编写于 作者: A Adam Barth

Merge pull request #2053 from chinmaygarde/master

Inability to find a codesigning identity is not a fatal error
......@@ -42,11 +42,4 @@ if (use_ios_simulator) {
[], "list lines")
ios_code_signing_identity = _ios_identities[0]
}
if (ios_code_signing_identity == "") {
print("Tried to prepare a device build without specifying a code signing")
print("identity and could not detect one automatically either.")
print("TIP: Simulator builds dont require code signing...")
assert(false)
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册