xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

今天自动化打包,企业包、上传App Store的包都报错。

企业包报错信息:

NSLocalizedDescription=exportOptionsPlist error for key 'method': expected one of {}, but found enterprise


App Store的包报错信息:

NSLocalizedDescription=exportOptionsPlist error for key 'method': expected one of {}, but found app-store

第一次尝试:

对exportOptionsPlist.plist 文件各种key校验修改,但是最终还是失败了

第二次尝试:

xcodebuild添加  -sdk options  参数 重新打包也还是失败了

第三次尝试:

更新 Apple Worldwide Developer Relations certification 证书  ,虽然还没有过期。我也重新删了下载新的安装。神奇的是再次打包成功了。

你可能感兴趣的:(xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {})