【发布时间】:2020-07-01 07:04:33
【问题描述】:
我们使用 Expo 构建了我们的应用程序。 我们已成功将其发布到 Google Play
将应用提交到 App Store 时出现错误。我提交应用的步骤:
expo build:ios- 等待 Expo 构建我们的应用程序
- 在 MacBook 上下载 .ipa 文件(非常老的没有 XCode)
- 使用 Transporter 提交 .ipa
我得到了ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/ExpoKitApp.app/GoogleMaps.bundle/GMSCoreResources.bundle/Assets.car' can't be processed. Rebuild your app, and all included extensions and frameworks, with the latest GM version of Xcode and resubmit.",如下所示。 (注:图片来自https://github.com/expo/expo-cli/issues/195)
我认为该应用程序是由 Expo 服务器构建的。它应该包括提交到 App Store 所需的所有代码。
上述步骤有什么问题?我们如何解决这个问题?
谢谢,
【问题讨论】:
标签: app-store expo transporter