-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
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
plisttool failes on unknown variable reference $PRODUCT_BUNDLE_PACKAGE_TYPE #643
Comments
Took a Info.plist file from a default generated project from xcode 11.1.0 . Not sure if |
A quick fix for this on your side would be to change your plist to hardcode the right value. It would be useful to know what this is used for and what the possible values are. |
I believe we do document all the subs we support: https://github.com/bazelbuild/rules_apple/blob/master/doc/common_info.md#variable-substitution Looks like it might be something completely new in Xcode 11 - https://forums.developer.apple.com/thread/123573 |
This comes by default in XCode 12, I end up deleting
|
Looks like we fixed this with #891. Please reopen if that's not the case. |
Description
A new Info.plist variable has been defined recently here and ios_application rule failes on Info.plist that includes it.
I am new to Apple and rules_apple, so not sure how to workaround it or contribute a fix. But if I figure, I will try to contribute. If I can have a mentor, I am happy to help as well.
Environemnt
Expected behaviour
Build runs without a problem
Observed error
The text was updated successfully, but these errors were encountered: