Mihail Stoica
Mihail Stoica

Reputation: 63

App Store Connect Operation Error: Missing CFBundleIdentifier in path

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

Image

Solved it. Had to add Bundle OS Type code and value APPL in the .plist file

Upvotes: 3

Views: 1479

Answers (2)

Priya Kumari
Priya Kumari

Reputation: 106

Adding Bundle OS Type code and value APPL in the .plist file worked for me.

Upvotes: 6

rustylepord
rustylepord

Reputation: 5801

  1. Verify info.plist exists on the project.

  2. Navigate to build settings and verify a 'product bundle identifier is present.

Upvotes: 1

Related Questions