-1

I'm using XCode 5.1 (5B130a) that I got from the mac appstore. I'm compiling an app and when I submit it to the store, I get this error :

"New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5 and iOS 7 SDK"

jptsetung
  • 9,064
  • 3
  • 43
  • 55
  • 1
    I think, you need to update your Xcode. https://developer.apple.com/news/?id=04252014a – Ramaraj T May 19 '14 at 09:42
  • 1
    look at here.. same issue http://stackoverflow.com/a/22186426/3615320 – Chan May 19 '14 at 09:43
  • possible duplicate of [The bundle is invalid. New apps and app updates submitted to the App Store must be built with public](http://stackoverflow.com/questions/23695688/the-bundle-is-invalid-new-apps-and-app-updates-submitted-to-the-app-store-must) – lnjuanj May 19 '14 at 11:40
  • I'm voting to close this question as off-topic because it concerns the policies and procedures of app distribution services, rather than programming. Please refer to: [Are developer-centric questions about application stores on topic?‍](https://meta.stackoverflow.com/q/272165), [Why can't I ask customer service-related questions?(https://meta.stackoverflow.com/a/255746) – Makyen May 31 '18 at 23:53

2 Answers2

2

You need to update XCode to the last version. Also that 'b' in 5B130a release means that you are in BETA Version of XCode

Also the Apple Guidelines say:

Do not submit apps built with beta software

E-Riddie
  • 14,660
  • 7
  • 52
  • 74
0

I had same problem but i am using this version xcode6 beta4 and ios8.

When i have submit app that time below error is occurs:

Apps and app updates submitted to the App Store must be built with the public (GM) versions of Xcode 5.1.1 or later, and iOS 7 SDK or later. Don’t submit apps built with beta software.

Dpak
  • 133
  • 4