升级到Xcode11后上传包一直报错改用xcrun altool方式上传

创建秘钥

image.png

秘钥文件放置路径

  • 文件夹.private_keys 秘钥文件格式: AuthKey_<>.p8
image.png

使用xcrun altool上传

// 验证命令
xcrun altool --validate-app -f 你的全路径.ipa -t ios --apiKey 秘钥ID --apiIssuer 上图的IssuerID --verbose
// 上传命令
xcrun altool --upload-app -f 你的全路径.ipa -t ios --apiKey 秘钥ID --apiIssuer 上图的IssuerID --verbose
// 以我的为例
xcrun altool --validate-app -f /Users/edz/desktop/upload_ipa/xxx.ipa -t ios --apiKey 12345WFXN8C --apiIssuer 12345-d8a5-44a7-955c-12344 --verbose

No errors uploading 上传成功

No errors uploading
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容