Upload the .ipa using xcode 11

Please provide the following:

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): ios

Since the Xcode 11 has removed the application loader. How should I upload my latest build?
I have tried

xcrun altool --upload-app --type ios --file “path/to/application.ipa” --username “YOUR_ITMC_USER” --password “YOUR_ITMC_PASSWORD”

which didn’t give me any response.

also, I tried the organization/archive, but i don’t know how to import the .ipa file in it.

1 Like

Hi.

See if one of the comments on this issue helps.

Good news:

fson commented 26 minutes ago

This should be fixed in the latest version of expo-cli . However, please open an issue if you’re still experiencing problems with Xcode 11 and the expo build:ios or expo upload:ios commands!

Just managed to upload a new build using

expo build:ios
expo upload:ios

Great work, Expo team!

1 Like

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