ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."

Please run expo diagnostics and paste the log that’s printed out along with your question or issue!
My issue is, once I build iOS, download the IPA file and upload it to Apple via transporter, I get the following error.

ERROR in Transporter

ERROR ITMS-90085: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”

Output from expo diagnostics is copied below
=============
% expo diagnostics
┌─────────────────────────────────────────────────────────────────────────┐
│ │
│ There is a new version of expo-cli available (3.27.10). │
│ You are currently using expo-cli 3.24.0 │
│ Install expo-cli globally using the package manager of your choice; │
│ for example: npm install -g expo-cli to get the latest version │
│ │
└─────────────────────────────────────────────────────────────────────────┘

Expo CLI 3.24.0 environment info:
System:
OS: macOS 10.15
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.18.3 - /usr/local/bin/node
npm: 6.14.6 - /usr/local/bin/npm
IDEs:
Xcode: /undefined - /usr/bin/xcodebuild
npmPackages:
expo: ~38.0.8 => 38.0.10
react: ~16.11.0 => 16.11.0
react-dom: ~16.11.0 => 16.11.0
react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
react-native-web: ~0.11.7 => 0.11.7
npmGlobalPackages:
expo-cli: 3.24.0

Does anyone know what I am doing wrong?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.