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
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
I finally got my binary uploaded to iTunesConnect.
- Archive your app in Xcode as normal. (I'm still using 6.2)
- In Organizer, select the archive, Export, select Ad Hoc or App Store. This saves an .ipa file.
- 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.