Skip to main content
All CollectionsKnowledge BaseiOS
Deploy to App Store fails with "Could not determine the package’s bundle ID. The package is missing an Info.plist or the CFBundlePackageType is not ‘APPL’ or ‘FMWK’ (-21017)
Deploy to App Store fails with "Could not determine the package’s bundle ID. The package is missing an Info.plist or the CFBundlePackageType is not ‘APPL’ or ‘FMWK’ (-21017)
Updated over a week ago

Issue:

"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)

Possible solution:

adding the CFBundlePackageType variable in your Info.plist, as described here

https://stackoverflow.com/questions/28554483/unable-to-validate-your-application-the-package-does-not-contain-an-info-plist

or looking whether you've been setting the ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD variable in your files, as described here

https://github.com/fastlane/fastlane/issues/20371

Did this answer your question?