Ade
Ade

Reputation: 3041

Xcode 5 - Can no longer validate archives

I upgraded from Xcode 4 to 5 and I can no longer validate archives created for Ad-Hoc distribution.

After creating an archive, I hit Validate, log into iTunes Connect (as prompted) and get the error "No identities are available for signing":

enter image description here

If I click 'Download Identities...' then pick my team name (me) it just takes me back to this error prompt.

Specifics

enter image description here

There are similar sounding questions here but the solutions I've found are not applicable.

No crashes are occurring as described in similar sounding questions. I can distribute as Ad Hoc. The problem is we're using Ad Hoc as a production solution (distributing an in-house app to a small company) so I'm reticent to skip the Validation process.

Any suggestions?

Upvotes: 4

Views: 2462

Answers (3)

Mpinheir
Mpinheir

Reputation: 36

Make sure that the bundle identifier in Xcode matches your App's bundle ID in iTunes connect.

Upvotes: 2

Ade
Ade

Reputation: 3041

It looks like Apple disabled the ability to validate with just an ad hoc provisioning profile in XCode 5.

If you wish to validate an app that is intended only for Ad Hoc distribution, you must also have an App Store provisioning profile for the app too, against which to validate it.

Upvotes: 0

iphonic
iphonic

Reputation: 12719

Here you go, follow the screens below, it should help you..

enter image description here

enter image description here

enter image description here

And yes they have removed Profiles from Organizers, instead you can use iPhone Configuration Tool.

Hope it helps..

Cheers

Upvotes: 1

Related Questions