Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The bundle is invalid. New apps and updates submitted to the App Store must be built with public

Tags:

ios

iphone

I'm unable to submit App at app store. I am using Xcode 4.6.2, and when I am uploading the app I am getting the error "The bundle is invalid. New apps and updates submitted to the App Store must be built with public"

like image 482
VedDubey Avatar asked Feb 27 '14 06:02

VedDubey


3 Answers

I ran into the exact same issue today with Xcode 5.1 and iOS 7.1 SDK.

The solution was to update my Xcode to 5.1.1. After that I re-archived and re-submitted my app, and it went through just fine. Here is the related Apple's announcement:

Starting May 15, 2014, new apps and app updates submitted to the App Store must be built with Xcode 5.1.1. This release is available through Software Update on the Mac App Store. (https://developer.apple.com/news/)

like image 55
Myxtic Avatar answered Nov 15 '22 08:11

Myxtic


Per Apple, all new apps and app updates submitted must be built with Xcode 5 and the iOS 7 SDK as of February 1st 2014.

Update to Xcode 5, rebuild and test. Then you should be able to submit.

like image 42
mittens Avatar answered Nov 15 '22 07:11

mittens


New apps and updates submitted to the App store must be built with Xcode 5 and ios 7 SDK.
like image 2
thatzprem Avatar answered Nov 15 '22 07:11

thatzprem