【发布时间】:2019-08-26 17:58:24
【问题描述】:
我执行以下xcodebuild命令行:
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
-workspace "MyThing.xcworkspace" -scheme "MyScheme"
-configuration 'Debug' -sdk iphoneos clean build
并得到这个错误:
error: An empty identity is not valid when signing a binary
for the product type 'Application'. (in target 'MyTarget')
这曾经有效。我该如何解决?
这是使用 Xcode 10.2.1。
【问题讨论】:
标签: xcode xcodebuild