Can't build iOS app with Xcode 7 beta

1k views Asked by At

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?

2

There are 2 answers

4
Karlo A. López On

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.

0
Chris Allinson On

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 :)