xcodecordovavisual-studio-2015xcode7visual-studio-cordova

Disable bitcode with Visual Studio


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?


Solution

  • 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.

    enter image description here

    Content of the files remains the same:

    #include "build.xcconfig" 
    ENABLE_BITCODE = NO