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
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
named capturing group is missing trailing '}'
https://github.com/openbakery/gradle-xcodePlugin/blob/main/libxcode/src/main/groovy/org/openbakery/util/VariableResolver.groovy#L66
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
and then it's failing with
named capturing group is missing trailing '}'
herehttps://github.com/openbakery/gradle-xcodePlugin/blob/main/libxcode/src/main/groovy/org/openbakery/util/VariableResolver.groovy#L66
The text was updated successfully, but these errors were encountered: