Base SDK must be 7.0?

I just finished building my app on Xcode 7 b3 and base SDK and deployment set to iOS 8.3 and while submitting the app, I have an error which says


Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK.


What am I doing wrong?

Accepted Answer

In the past the rule has been that you cannot submit apps to the store using beta tools. The current release version of Xcode is 6.4. If your app depends on the iOS 9 SDK or Swift 2 then you'll probably have to wait until Xcode 7 is out of beta.

>What am I doing wrong?

You're using beta software. Use release tools only for the store.

Base SDK must be 7.0?
 
 
Q