We built our app using Expo. We published it successfully to Google Play
We got error when submitting our app to App Store. The steps that I did to submit our app:
expo build:ios
- Wait for Expo to build our app
- Download .ipa file on a MacBook (a very old one without XCode)
- Submit .ipa using Transporter
I got 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."
as below. (Note: image is copied from https://github.com/expo/expo-cli/issues/195)
I think the app is build by Expo server. And it should include all required code to submit to App Stores.
What's wrong with steps above? How can we solve this?