We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We recently migrated our iOS project to use xcconfig files. Since then, the bitrise set-build-number step (2.0.4) throws the following error:
The version numbers are stored in the plist file. Run: key: string("INFOPLIST_FILE") not found in: serialized.Object(serialized.Object{})
Everything builds and runs fine locally, the path to the info.plist is correctly set in our xcconfig files and therefore in our build settings.
We cannot find any error on our side. Any advice would is much appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We recently migrated our iOS project to use xcconfig files. Since then, the bitrise set-build-number step (2.0.4) throws the following error:
The version numbers are stored in the plist file.
Run: key: string("INFOPLIST_FILE") not found in: serialized.Object(serialized.Object{})
Everything builds and runs fine locally, the path to the info.plist is correctly set in our xcconfig files and therefore in our build settings.
We cannot find any error on our side. Any advice would is much appreciated.
The text was updated successfully, but these errors were encountered: