This package is not valid. Apple does not currently accept applications created with this version of SDK 4.2

Dear Concerned, My basic sdk - 4.2 sdk deployment - 3.1.2 I have taken the following steps - Create the .app package for distribution for "Device" and "Distribution" from the drop-down menu on the Xcode main screen. - In the "Project Settings", the base SDK is 4.2, and the SDK deployment target is up to 3.1.2, both parameters are in this "Build" menu. - Settings configured for the configuration "ALL"

But when I tried to download the application through the application loader, it causes the above error. Please guide me .... Since I was really stuck with this. Thanks and respect, Zahur

+3
source share
3 answers

Apple currently does not accept applications created / compiled using the iOS 4.2 SDK, which is still the beta version at the moment. You will need to install the SDK 4.1 and compile the application against it and resubmit it. You base SDK will be 4.1 and SDK 3.1.2 deployment.

+2
source

You cannot release applications created using the BETA SDK, I'm afraid - get 4.1 from developer.apple.com, rebuild and resubmit, and everything will be all right.

0
source

You need to change the deployment target to 3.1 or higher. They no longer accept 3.0 applications, as most iPhone users have upgraded iOS to 3.1. I had the same problem.

0
source

All Articles