Reputation: 31
I am trying to deploy an iOS app to the AppStore but I am getting following error;
Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK.
I am constantly facing this problem although I am using Xcode 6.4 and target SDK 8.0. For time being I installed Xcode 7 beta version but later on I uninstalled beta version. I am wondering if beta version is interfering with the build process.
Upvotes: 2
Views: 232
Reputation: 519
I am facing the same issue. It seems the issue is because you are on OS X El Capitan. See this: https://forums.developer.apple.com/thread/8841. It seems Apple has started to reject binaries from XCode 6.4 on El Capitan which they were accepting before. I think the only solution is to downgrade to Yosamite, re install latest XCode and then submit!
Upvotes: 2