I am trying to update an app for a client and am facing these issues.
- The .zip file is created without any issues using the public build 2014.2189 however when the same is uploaded using App Loader, it gives an error
[ERROR ITMS-9000: “The bundle ‘BUNDLE.com’ at bundle path ‘APPLICATION.app’ is not signed using an Apple submission certificate.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)]
-
Since this is an update of the app already on the app store, the certificate is a Distribution certificate and active and one that works.
-
The earlier version was build using build 2013.12024.
-
The system is Maverics OS X latest update with xCode 5.1.1 (Latest Update) and App Loader 2.9.1
Output from codesign as follows
>>>>>>>>
Evaluating the application “APPLICATION.app”.
The application was signed by “Apple Root CA”, “iPhone Distribution: CLIENT. (TEAM_ID)”.
The (unverified) signing-time is: 19 May 2014 10:18:09 pm.
The object code format is “bundle with generic”.
Both bundle and signing identifiers are “BUNDLE.com”.
The signature specifies implicit requirements.
The signature specifies resource rules.
Requirements and resources validate correctly.
The code signature contains 3 certificates.
Certificate “Apple Root CA”:
Your keychain contains this trusted root certificate.
Will expire on 10 Feb 2035.
Certificate “Apple Worldwide Developer Relations Certification Authority”:
Will expire on 15 Feb 2016.
Certificate “iPhone Distribution: CLIENT. (TEAM_ID)”:
Will expire on XX MONTH 2014.
SHA1 fingerprint: “XXXXXXXXXXXXXXXXXXXXXXXXXXXXX”.
The application is probably in development for the App Store.
The code signature contains entitlements.
application-identifier: “TEAM_ID.BUNDLE.com”.
keychain-access-groups: “TEAM_ID.BUNDLE.com”.
get-task-allow: NO.
The application is not sandboxed.
>>>>>>>>>>
Since the app is created from the Corona workflow, what more needs to be done to be able to upload this to the app store.