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