Reputation: 63
I'm currently trying to "revive" an old project, but I'm stuck at uploading it to itunes Connect. This is what I get when trying to upload the archive. I'm using Xcode 10.0
Solved it. Had to add Bundle OS Type code
and value APPL
in the .plist file
Upvotes: 3
Views: 1479
Reputation: 106
Adding Bundle OS Type code and value APPL in the .plist file worked for me.
Upvotes: 6
Reputation: 5801
Verify info.plist exists on the project.
Navigate to build settings and verify a 'product bundle identifier is present.
Upvotes: 1