Frederik Witte
Frederik Witte

Reputation: 955

Can't build iOS app with Xcode 7 beta

The new Xcode 7 beta was released and I decided to build an iOS app in it. Now I have finished building the application in Swift 2.0. I just finished uploading the binary when it hit me. You can't develop apps for other than beta versions of iOS with a beta version of Xcode - and since I built the app in Swift 2.0, I cannot compile it with a previous version of Xcode and upload a build that way.

Is there any way that I can get the application out, or do I have to wait until apple releases a released version of Xcode 7 with Swift 2.0?

Upvotes: 2

Views: 1087

Answers (2)

Chris Allinson
Chris Allinson

Reputation: 1892

I had a very similar issue ... make sure your distribution provisioning profile is for the app store and not for ad hoc or enterprise distribution :)

Upvotes: 0

Karlo A. López
Karlo A. López

Reputation: 2668

You'll have to wait until Apple start accepting XCode beta 7 Apps (This will be a date near to the software public release), all of this in order to prevent your app of crashing in old devices. You can only submit to the app store with the official releases of the tools, not the betas.

Have your tried archiving your app and uploading with Application loader?

Hope it helps.

Upvotes: 3

Related Questions