我可以使用Jenkins构建和存档,但是当我尝试打包,构建并签名.ipa时,我会收到错误。
詹金斯相关日志:
error: exportArchive: No profiles for 'com.globekeeper.app' were found
Error Domain=IDEProfileLocatorErrorDomain Code=1 "No profiles for 'com.globekeeper.app' were found" UserInfo={NSLocalizedDescription=No profiles for 'com.globekeeper.app' were found, NSLocalizedRecoverySuggestion=Xcode couldn't find any iOS Ad Hoc provisioning profiles matching 'com.globekeeper.app'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.}
error: exportArchive: No profiles for 'com.globekeeper.app.Widget' were found
Error Domain=IDEProfileLocatorErrorDomain Code=1 "No profiles for 'com.globekeeper.app.Widget' were found" UserInfo={NSLocalizedDescription=No profiles for 'com.globekeeper.app.Widget' were found, NSLocalizedRecoverySuggestion=Xcode couldn't find any iOS Ad Hoc provisioning profiles matching 'com.globekeeper.app.Widget'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.}
error: exportArchive: No profiles for 'com.globekeeper.app.ShareExtension' were found
Error Domain=IDEProfileLocatorErrorDomain Code=1 "No profiles for 'com.globekeeper.app.ShareExtension' were found" UserInfo={NSLocalizedDescription=No profiles for 'com.globekeeper.app.ShareExtension' were found, NSLocalizedRecoverySuggestion=Xcode couldn't find any iOS Ad Hoc provisioning profiles matching 'com.globekeeper.app.ShareExtension'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.}
** EXPORT FAILED **
任何帮助将不胜感激。