xcode 错误 ITMS-90596:“无效的捆绑包。有效负载中的资产目录”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/40926373/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
ERROR ITMS-90596: "Invalid Bundle. The asset catalog at Payload"
提问by Dheeraj D
I am Using xCode 8.0 and build an ipa for my project and uploading it using Application Loader but i am getting an error please see below screen shot:
我正在使用 xCode 8.0 并为我的项目构建一个 ipa 并使用 Application Loader 上传它,但出现错误,请参见下面的屏幕截图:
I have successfully uploaded one of prior version of same application few minutes before but now i am getting the above error without any changes.
几分钟前,我已经成功上传了同一应用程序的先前版本之一,但现在我收到了上述错误而没有任何更改。
Thanks in Advance...!!
提前致谢...!!
回答by MAhipal Singh
"I had two Xcodes on my Mac, Xcode 7.3 and 8.1. I made the archive using 8.1 but was uploading it with Xcode 7.3's Application Loader (3.5). Uploading with Xcode 8.1's Application Loader (3.6) resolved the issue for me".
“我的 Mac 上有两个 Xcode,Xcode 7.3 和 8.1。我使用 8.1 制作存档,但使用 Xcode 7.3 的 Application Loader (3.5) 上传。使用 Xcode 8.1 的 Application Loader (3.6) 上传解决了这个问题我”。
回答by vesirak
Got this error when trying to upload Xcode 11 built ipa with old Application Loader.
尝试使用旧的 Application Loader 上传 Xcode 11 构建的 ipa 时出现此错误。
But from Xcode 11 Application Loader is no longer included with Xcode.
但是从 Xcode 11 开始,应用程序加载器不再包含在 Xcode 中。
When tried with the latest app submission approach using Transporter (https://apps.apple.com/in/app/transporter/id1450874784?mt=12), submission was successful.
使用 Transporter ( https://apps.apple.com/in/app/transporter/id1450874784?mt=12)尝试使用最新的应用程序提交方法时,提交成功。
Good Luck!
祝你好运!
回答by user276648
回答by emraz
I have faced the same problem. I fix it by uploading app using Xcode Organizer. Archive app and upload to app tore using Organizer.
我遇到了同样的问题。我通过使用 Xcode Organizer 上传应用程序来修复它。使用管理器存档应用程序并上传到应用程序。
回答by Vadim Osovets
I faced this issue with XCode 8.3.2. During upload process there was a checkmark on "Rebuild with Bitcode". After I remove it - the build was successfully uploaded.
我在 XCode 8.3.2 中遇到了这个问题。在上传过程中,“Rebuild with Bitcode”上有一个复选标记。在我删除它之后 - 构建成功上传。
回答by user1374
In this case I used old Application Loader and saw this error. To launch latest Application Loader chose Xcode -> Open Developer Tool -> Application Loader
在这种情况下,我使用了旧的 Application Loader 并看到了这个错误。要启动最新的 Application Loader,请选择 Xcode -> Open Developer Tool -> Application Loader