When I try to submit app to App Store Connect (Uploading binary to App Store Connect step), I see the error:
[08:59:20]: Error uploading ‘/tmp/1280211952-d709329a-545a-4cc8-982b-0007fd904fe8.itmsp’.
[08:59:20]: Could not determine the package’s bundle ID. The package is missing an Info.plist or the CFBundlePackageType is not ‘APPL’ or ‘FMWK’. Unable to validate your application. (-21017)
[08:59:20]: The call to the altool completed with a non-zero exit status: 1. This indicates a failure.
[08:59:20]: Could not download/upload from App Store Connect!
But when I do it manually from Xcode 14, it submit without any problems, and in app.plist I see CFBundlePackageType.
This start happen when I moved my project from Xcode 13.4.1 to Xcode 14.1.
I checked my project in Xcode 14.1 and it work.
Has anyone encountered similar problems and knows how to overcome it?