juliensaad
juliensaad

Reputation: 2059

Unable to validate application archives of type: 0x0 in Xcode 6 when validating iOS app

I am getting the error

Unable to validate application archives of type: 0x0

when validating my application on Xcode 6. Is there a way to release the app for iOS 7 from this version of Xcode?

Upvotes: 21

Views: 4564

Answers (2)

Paulw11
Paulw11

Reputation: 115104

You cannot release apps to the App Store with XCode 6 as it is still beta and an early one at that. In the past Apple have permitted submission with new versions of XCode/iOS just prior to the final release date (ie with the final release candidate)

UPDATE You can now submit apps built with the Xcode 6 GM version

Upvotes: 32

Mani
Mani

Reputation: 17595

Under known issue in xcode-beta-5

App Validation

• Validating archives may not work. (16891311)

Upvotes: 0

Related Questions