Could not submit app to iTunesConnect review

时光总嘲笑我的痴心妄想 提交于 2019-12-07 06:15:42

问题


I am using OS X El Capitan 10.11 and Xcode 6.4 6E35b, when i click the button submit for review in iTunesConnect it says this error "Apps and app updates submitted to app store must be built with Xcode 5.1.1 or later, and iOS 7 SDK".

I have no idea why this is happening, Xcode 6.4 is not a beta version, i downloaded it from AppStore, it's a public release. If anyone know about this help me out here.

When i tried through application loader :
INFO ITMS-90111: "Your app is built with a beta version of Xcode or iOS SDK. Only apps distributed for beta testing may be built with beta software. To submit an app for distribution on the App Store, you will need to build the app with release versions of Xcode and iOS SDK."


回答1:


Another solution - use Application Loader:

  1. Export your app as IPA, signed with provision profile for App Store
  2. Open Application Loader (open Xcode, menu Xcode->Open Developer Tools->Application Loader
  3. Sign in with your iTunes Connect credentials in Application Loader
  4. Upload your app

PS: This way is also useful, when you have multiple iTunes Connect accounts for different clients, and you need often upload different apps for them




回答2:


We're having the same problem. It seems that Apple have just changed the definition of being 'built with beta software' to not just mean a beta version of XCode, but also a current version of XCode on a beta version of the Mac OS.

See a long thread of upset app developers on the Apple Developer Forums here:

https://forums.developer.apple.com/thread/12848




回答3:


Yeah, used to have the same problem for tvOS applications with last Xcode 7.2.1 from App Store. Downgrade the Xcode to 7.2 version had solved my problem.




回答4:


Check This in your Code:

  • Go to Project -> Info -> iOS Deployment Target
  • Make sure it will be not below -> 5.1.1
  • Set it with 6.0
  • Clean project & try again

Hope it will work for you.



来源:https://stackoverflow.com/questions/31826088/could-not-submit-app-to-itunesconnect-review

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!