Skip to content
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

VariableResolver is unable to resolve custom variables #463

Open
jbruchanov opened this issue May 5, 2023 · 0 comments
Open

VariableResolver is unable to resolve custom variables #463

jbruchanov opened this issue May 5, 2023 · 0 comments

Comments

@jbruchanov
Copy link

Having this project template.
https://github.com/JetBrains/compose-multiplatform-template

and there is a setup using xconfig build variables
https://github.com/JetBrains/compose-multiplatform-template/blob/main/iosApp/Configuration/Config.xcconfig

Looks like the VariableResolver is just simplistic and in my case it has values with

key:'PRODUCT_NAME', value:'${APP_NAME}'

and then it's failing with named capturing group is missing trailing '}' here

https://github.com/openbakery/gradle-xcodePlugin/blob/main/libxcode/src/main/groovy/org/openbakery/util/VariableResolver.groovy#L66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant