I have a problem for build my app and deploy to the iPhone. How to disable bitcode(Xcode setting ENABLE_BITCODE) with Visual Studio (Cordova tools) for build my app?
The accepted solution failed for me - the files should be named build-debug.xcconfig and build-release.xcconfig if you're using taco and remote build.
Content of the files remains the same:
#include "build.xcconfig"
ENABLE_BITCODE = NO