Reputation: 2005
Since upgrading to the beta release Xcode 5.1, I'm unable to submit ad hoc distribution builds to TestFlight because of the following error:
Same via the web client:
My distribution flow is the same as it was in 5.0, archive, sign with ad-hoc provisioning profile, upload to test flight. This is happening across multiple projects and teams which leads me to think it's a 5.1 issue.
Is anyone else seeing this? I'm in the process of reinstalling 5.0 to see if that helps.
Upvotes: 2
Views: 930
Reputation: 2005
5.0 didn't help, but I narrowed down the issue to building archives with a physical device with iOS 7.1 beta installed as the target build target. Disconnecting the device and building against "iOS Device" results in valid builds for Ad Hoc distribution in both 5.0 and 5.1.
Perhaps something about the beta status of iOS 7.1, but anyway, hope this helps if you encountered the same thing.
Upvotes: 1