我在中端中通过cocos compile编译命令编译ios工程,得到以下错误:
Check dependencies
Code Signing Error: Signing for “SFClient” requires a development team. Select a
development team in the Signing & Capabilities editor.
Code Signing Error: Code signing is required for product type ‘Application’ in S
DK ‘iOS 14.1’
我的编译命令是:
cocos compile -p ios -m release -sdk iphoneos
通过 -h 我发现了一个参数
–sign-identity SIGN_ID 指定 iOS 的代码签名 ID。
不知道这个SIGN_ID去哪里找,我在Xcode里加上team签名后是能打包编译到手机上的。写了我的apple id也不行
有没有人告诉我这个错误怎么改,我的前提是在中端中编译打包成功不借助Xcode的界面。