xcode - 使用 Visual Studio 禁用位码

标签 xcode cordova visual-studio-2015 xcode7 visual-studio-cordova

我在构建应用程序并将其部署到 iPhone 时遇到问题。 如何使用 Visual Studio(Cordova 工具)禁用位码(Xcode 设置 ENABLE_BITCODE)来构建我的应用程序?

最佳答案

我也遇到了同样的问题。要从 VS 禁用,请转到位于 res>native>ios>cordova 中的 build.xcconfig 文件,然后添加新行:ENABLE_BITCODE = NO

关于xcode - 使用 Visual Studio 禁用位码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32765535/

相关文章:

javascript - Windows Phone 8 IE 1px 水平滚动条

android - PhoneGap/Cordova 日历集成 (Android)

Xcode 和预处理器##

ios - 如何删除警告 : "-pie being ignored. it is only used when linking a main executable"

javascript - RCT链接管理器 : Listening to application urls in iOS

java - Cordova 构建错误 "Requirements check failed for JDK 8 (' 1.8。 *')! Detected version: 11.0.2"

C++ 不包括来自先前 header 的包含

c++ - const char[] 默认函数参数

c++ - 使用 CodeSynthesis XSD 编译有效的 XML 模式失败并出现错误 MSB3721

iphone - iPad 模拟器不接收 iPhone 的 320x480 帧之外的触摸事件