We have recently had a problem uploading an react native update of an app to the apple store with transporter.
To upload we:
- Run
expo build:ios
in the project directory to get an IPA file - We then upload this file to transporter
- We deliver the app with transporter <-- Here is were we get the error
- It appears in the activity section of apple connect
The error in transporter:
ERROR ITMS-90085: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”
We have successfully uploaded and updated an react native app before using this method and don't know what we have done wrong this time.