Reply to Altool: Error: 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) Problem solved: Turns out the IPA generated by xcodebuild was not the exportPath itself, it was inside the exportPath folder: altool --upload-app -f "~/Downloads/test.ipa/MyApp.ipa" --type ios -u "REDACTED" -p "REDACTED" Developer Tools & Services Xcode May ’22