ERROR ITMS-90596: quot;Invalid Bundle. The asset catalog at #39;Payload/ExpoKitApp.app/.bundle/Assets.car#39; can#39;t be processed.quot;(错误 ITMS-90596:“无效的捆绑包.无法处理“Payload/ExpoKitApp.app/.bundle/Assets.car中的资产目录.)
问题描述
问题摘要:我想向Apple App Store (TestFlight) 提交一个应用程序.我正在使用 Transporter v1.1 提交应用程序.在提交过程中,我在 Transporter 中收到以下错误.请注意,我在此过程中没有使用 Xcode.
Problem summary : I would like to submit an app to the Apple App store (TestFlight). I am using Transporter v1.1 to submit the app. I am getting the following error in Transporter during the submission process. Please note that I am not using Xcode in this process.
实际结果:ERROR ITMS-90596:无效的捆绑包.无法处理 'Payload/ExpoKitApp.app/GoogleMaps.bundle/GMSCoreResources.bundle/Assets.car' 的资产目录.重新构建您的应用程序,以及所有包含的扩展和框架,使用最新的 GM 版本的 Xcode 并重新提交."
预期结果:成功提交到应用商店.
Expected result : successful submission to the app store.
开发环境:Expo 36.0.0/macOS High Sierra v 10.13.6/处理器 2.3 GHz Intel Core i5/Transporter v 1.1
Development environment : Expo 36.0.0 / macOS High Sierra v 10.13.6 / Processor 2,3 GHz Intel Core i5 / Transporter v 1.1
我尝试了什么?:1. 删除所有节点模块并重新安装(npm install).2. 删除我 Mac 上所有旧的 Xcode 文件夹.请注意,我没有使用 Xcode.3. 检查 package-lock.json 中 xcode 的版本.它是 2.0.0,但它被用作依赖项,而不是提交过程中的直接工具.4. 三次生成新的构建并在 Transporter 中再次提交.
What have I tried ? : 1. Deleting all node modules and installing them again (npm install). 2. Deleting any old Xcode folders on my mac. Please note that I am not using Xcode. 3. Checked the version of xcode in package-lock.json. It is 2.0.0 but it is being used as dependancy and not as a direct tool in the submission process. 4. Generate a new build thrice and submitting it once more in Transporter.
有人可以在这个过程中帮助我吗?我知道之前有人问过这个问题,但该案例不适用于我,因为我没有使用 xcode 或应用程序加载器来提交应用程序.任何帮助将不胜感激.
Can anyone please help me in this process ? I know this question has been asked before but the case is not applicable to me because I am not using xcode or application loader to submit the app. Any help will be appreciated.
推荐答案
这可以帮助处于类似情况的人.以下是我在高级开发人员的建议下解决问题的方法.
This could help someone in a similar situation. Here is how I solved my problem with the advice of a senior developer.
- 使用 expo 诊断程序,我发现了我的 expo 工具包使用的 Xcode 版本.答案是不确定的,因为我根本没有使用 Xcode.
- 在 macOS High Sierra 10.13.6 上,我需要 Xcode 10.1 以实现兼容性.
- 我下载了 Xcode 10.1 以及兼容的命令行工具.
- 我将安装的 Xcode 从下载文件夹转移到应用程序文件夹.
- 再次运行 expo 诊断并注意到 expo 已考虑相关的 Xcode 版本.
- 运行 expo build:ios
- 在他们的服务器上下载了 expo 生成的 .ipa 文件.
- 使用 Transporter 将 .ipa 文件提交到 Apple 应用商店 (TestFlight).
提交成功.
这篇关于错误 ITMS-90596:“无效的捆绑包.无法处理“Payload/ExpoKitApp.app/.bundle/Assets.car"中的资产目录."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:错误 ITMS-90596:“无效的捆绑包.无法处理“Payload/ExpoKitApp.app/.bundle/Assets.car"中的资产目录."


- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01