Don't force to use release/debug params for IOS
zyhou opened this issue · 0 comments
zyhou commented
Hello,
In cordova_action files, the release params is force to boolean. I don't want to use this params when the plugin launch cordova prepare/build.
cordova prepare ios --release # It's default value
cordova prepare ios ## What I want
This params is only use in Android build, set_build_paths function. But in IOS this is not required.
Why I don't want to use the release params ?
My entitlements file isn't taken into account. Entitlements file is not in references section, adding it
.
When I deploy manually my apps, cordova-prepare ios --device --....
it's work well. I don't understand why release params break my entitlement file.
Thanks in advance