Search code examples
iosxcodeapp-store-connect

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


Solution

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