【发布时间】:2016-11-30 05:28:28
【问题描述】:
我下载 JabberGuest SDK for iOS,并关注 https://developer.cisco.com/site/jabber-guestsdk/learn/tutorials/v10_6_9/#steps28 这个公会。我正在尝试使用 CJGuestCallViewController 使用情节提要创建一个新的演示应用程序。
但是弹出错误信息:
JabberGuest.framework/JabberGuest(CJGuestCallViewController.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 arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我尝试将启用位码切换为“否”,这会导致其他 60 个错误。我还尝试在构建阶段将 jabberGuest.framework 添加到编译源和链接二进制文件中。它也不起作用。我尝试了所有可以在网上找到的东西,包括清理偏好位置中的派生数据。重新启动计算机。我还是在这里呆了一整天。
需要帮助!
我使用的是 xcode 8.1。 适用于 iOS 的 Jabber 访客 - 10.6.11
如果您需要更多信息,请告诉我。
如能解决此问题,我们将不胜感激。
【问题讨论】:
-
我找到了一些东西。当我尝试使用他们提供的 viewController 初始化 viewController 时。会有“位码”问题。如“CJGuestCallViewController *newView = [[CJGuestCallViewController alloc]init];”
标签: ios objective-c xcode xmpp bitcode