Reputation: 2126
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?
Upvotes: 1
Views: 661
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
Reputation: 165
Upvotes: 1