IOS .ipa error : No architectures in the binary. Lipo failed to detect any architectures in the bundle executable

Please provide the following:

  1. SDK Version: 33.0.0
  2. Platforms(Android/iOS/web/all): IOS

When .ipa file uploading to app store .ipa cannot verify,

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

app.json

{
“expo”: {
“name”: “CloudCone1”,
“slug”: “supun”,
“privacy”: “public”,
“sdkVersion”: “33.0.0”,
“android”: {
“package”: “com.cloudcone.app”,
“permissions”:
},
“platforms”: [
“ios”,
“android”,
“web”
],
“version”: “1.0.0”,
“orientation”: “portrait”,
“icon”: “./assets/icon.png”,
“splash”: {
“image”: “./assets/cloudcone.png”,
“resizeMode”: “contain”,
“backgroundColor”: “#4e9643
},
“updates”: {
“fallbackToCacheTimeout”: 0
},
“assetBundlePatterns”: [
“**/*”
],
“ios”: {
“bundleIdentifier”: “com.cloudcone.app”,
“supportsTablet”: true
}
}
}

Hey @supun_cloudcone,

Can you run expo diagnostics and paste the log thats printed out here?

Cheers,
Adam

Thnak you. The error fixed after I intalled xcode on mac book.

Glad you got things sorted out!

1 Like

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