【发布时间】:2015-10-03 06:04:56
【问题描述】:
【问题讨论】:
【问题讨论】:
关闭它只是意味着您的应用将像 Xcode 7 和 Bitcode 之前一样在应用商店中存在。下载后,所有受支持架构的二进制代码都会从 App Store 下载。
如果您打开 BitCode,则已编译程序的中间表示会被上传,Apple 将能够针对未来架构重新编译和/或优化您的应用 (as described here)。
暂时关闭它是非常安全的。
More information can be found in this related question.
和你一样,我正在等待某些第三方库更新以支持 BitCode(在我的情况下,it's the Google Analytics library)。
【讨论】: