我正在尝试构建和创建IPA,但我收到了这个错误:
Error Domain=IDEDistributionErrorDomain Code=1 "No valid iOS Distribution signing identities belonging to team XXXXXXXXX were found." UserInfo={NSLocalizedDescription=No valid iOS Distribution signing identities belonging to team XXXXXXXXX were found.}
我可以存档很好,但这就是我尝试创建IPA的方式:
xcodebuild -exportArchive -archivePath <xcarchivepath>
-exportPath <destinationpath>
-exportOptionsPlist <plistpath>
我可以使用xcode生成IPA就好了但是我的问题是如何在没有证书问题的情况下生成IPA?我是否需要导出证书?
我真的很感谢你的帮助