Build started failing on Bitrise for the iOS Auto Provisioning step with this error message.
failed to to determine bundle id: xcodebuild -showBuildSettings does not contains PRODUCT_BUNDLE_IDENTIFIER nor INFOPLIST_FILE
But when I run xcodebuild -showBuildSettings I could find those variables there.
The project builds fine on local machine.
Rebuilding doesn’t help.