Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode sumbission the application you have selected does not exist

enter image description here

Has anyone seen such an error ? What does it mean ?

  • It was an update of already existed app.
  • Xcode automatically manage provisioning profiles.
  • Xcode 6.3.2
  • OS X Yosemite 10.10.3
like image 689
Greg Leszek Avatar asked Oct 21 '15 22:10

Greg Leszek


2 Answers

try to use Application Loader (https://itunesconnect.apple.com/apploader/ApplicationLoader_3.0.dmg)

Had the same problem with Xcode 6.4, but went thru using Application Loader

Or you can open it from Xcode -> Open Developer Tools -> Application Loader

like image 87
bwang Avatar answered Nov 13 '22 07:11

bwang


I finally got my binary uploaded to iTunesConnect.

  1. Archive your app in Xcode as normal. (I'm still using 6.2)
  2. In Organizer, select the archive, Export, select Ad Hoc or App Store. This saves an .ipa file.
  3. Open AppLoader, select "Deliver Your App", click "Choose", select the .ipa file from step 2. Follow the prompts.

Notes

  • Going this route, you won't need to recreate the In-App-Purchase that AppLoader expects when you start from scratch.
  • I got a warning that the API analysis file being too large, but I think that can be safely ignored.
  • The uploaded binary has a warning that the entitlement for TestFlight Beta testing is missing, but I don't use that, and it can also be ignored.
like image 32
Rayfleck Avatar answered Nov 13 '22 06:11

Rayfleck