如何在没有签名的情况下创建.xcarchive
? (我稍后会签名)
到目前为止我已经尝试了这个:
xctool -configuration Release -sdk iphoneos -workspace "/users/myUser/path/to/workspace/myWorkspace.xcworkspace" -scheme myScheme clean archive -archivePath "/users/myUser/path/to/archive/myArchive.xcarchive"
此命令失败并显示以下错误:
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found.
但我只想.xcarchive
而没有任何provision profile
。
任何帮助都会感激不尽!