drshock
drshock

Reputation: 2126

Xcode 8: app submission validation error with pkg or mpkg for an iOS app archive

Had just done an Xcode 7.3.1 built iOS app update to the App Store a few weeks ago with no problems. Now that a new Xcode is out I always do a TestFlight rebuild of the same update to make sure no regressions were introduced by Apple.

Ran into an error today I've never seen and cannot find any info on with Xcode 8. The error is at the very end - on validating the archive prior to submission. Happens both when manually validating the app, or attempting to upload the app to Apple. Screenshot attached below.

Same project still builds/archives/validates fine using Xcode 7.3.1.

Anyone hit this Xcode 8 problem know what causes it?

enter image description here

Upvotes: 1

Views: 661

Answers (2)

drshock
drshock

Reputation: 2126

So I found someone posted a similar question to mine with this same problem and it was answered there. I have up voted that answer as it works and am cross-linking it here for others Must use MinimumOSVersion in info.plist

Best action though is to delete this from the info.plist, this should not be added manually for an iOS app.

Upvotes: 1

KugelnMMXVI
KugelnMMXVI

Reputation: 165

  • run Product->Clean and try again
  • try to upload it with the Application Loader (Xcode->Open Developer Tools). This often gives you a more detailed error description.

Upvotes: 1

Related Questions