No .app bundles found in the package

I am getting the error “No .app bundles found in the package” when submitting my .ipa build using Application Loader. Any ideas?

Env:
expo sdk 34.0.0
expo-cli 3.0.10
Xcode 10.1

App.json:
“ios”: {
“bundleIdentifier”: “com.getstokt.stokt”,
“buildNumber”: “2.2.1”,
“supportsTablet”: true,
“isTabletOnly”: false,
“infoPlist”: {
“NSCameraUsageDescription”: “Give permission to use the camera to take your profile picture.”,
“NSPhotoLibraryUsageDescription”: “Give permission to access your photos to set your profile picture.”
}
},

Hey @stoktbeta,

This StackOverflow post leads me to believe it might be an issue Xcode or Application Loader. Could you try updating those and see if that helps?

Cheers,
Adam

I think this issue was occuring because I had very little space left on my mac hard disk. I was able to successfully publish the build after freeing up some space. Weird…

5 Likes

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