運行科爾多瓦7.0.1,科爾多瓦-的iOS 4.5.1時,Xcode 9.這是我的build.json:歸檔成功,但出口失敗:科爾多瓦建設IOS --release
{
"ios": {
"release": {
"codeSignIdentity": "iPhone Developer",
"developmentTeam": "XXXXXXXXXX",
"packageType": "app-store"
}
}
}
我平時也沒什麼執行cordova build ios --release
時出現問題。現在突然間,我得到了以下錯誤。存檔成功,但導出失敗。我不確定它是否與XCode 9升級有關。
error: exportArchive: No profiles for 'xx.xxxxx.xxxx' were found
Error Domain=IDEProfileLocatorErrorDomain Code=1 "No profiles for 'xx.xxxxx.xxxx' were found"
UserInfo={NSLocalizedDescription=No profiles for 'xx.xxxxx.xxxx' were found,
NSLocalizedRecoverySuggestion=Xcode couldn't find any iOS App Store provisioning profiles matching
'xx.xxxxx.xxxx'. Automatic signing is disabled and unable to generate a profile. To enable automatic
signing, pass -allowProvisioningUpdates to xcodebuild.}
任何幫助,將不勝感激。謝謝!
我認爲我有確定的配置文件。我一直在使用它,它沒有過期。存檔成功,但導出失敗。什麼是出口? – Shawn