我们使用 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 所需的所有代码。
上面的步骤有什么问题?我们如何解决这个问题?
谢谢,