核心剧情:最新1.6版本不含bitcode

core plot: latest 1.6 version doesn't contain bitcode

升级到 Xcode 7 和 iOS 9 sdk 后出现错误。

libCorePlot-CocoaTouch.a(CPTPlot.o)' does not contain bitcode. 
You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated 
library from the vendor, or disable bitcode for this target. for architecture armv7

核心剧情有计划包含bitcode吗?我确实尝试通过转到我的目标>构建选项>通过将其设置为 "No." 启用位码来禁用位码该应用程序确实 运行,但现在 watchOS 需要位码,我猜未来的苹果 products/OS 将跟随。

2.0 版应该很快就会发布。它将使用 Xcode 构建并包含位码。同时,您可以从 Github 上的代码构建您自己的库。构建 "Universal Library" 目标以构建静态库。您可以使用 master 分支获取 1.x API 或 release-2.0 分支获取新的 2.0 功能和 API.