Closed jamesandersen closed 7 years ago
Hi there. If you still didn't figure out or have this error, please follow my instructions. Add new variable, for example "customConfig" with your custom configuration name "PluginTest"
After, link that variable to configuration textbox.
Hope, that will help.
@dmitriy-petrishin thanks for the response... we ended up doing a direct XCode build because of this issue but it's good information for future reference.
@jamesandersen Sorry for late answer. I will try to push the suggestion of writing new article about custom configurations because there are not enough information about that.
@jamesandersen I'm gonna close that issue. So if there will be some problems feel free to reopen.
My cordova project has some custom iOS build configurations (for different environments) which each specify different bundle IDs, product names, etc. When I enter one of these custom build configurations in the Configuration property of the Cordova Build task it appears to be ignored and
Debug
is used instead.I get an error which is expected because the wrong configuration was used... I include it here only because it shows that
Debug
was passed instead ofPluginTest
which is what I need in this scenario:Is there any way to force the use of a custom configuration that I've specified?