QuickBlox:架构arm64的未定义符号

时间:2015-09-09 17:19:40

标签: ios objective-c architecture sdk quickblox

我正在使用Xcode 6.4并使用cocoapods安装了QuickBlox框架。使用框架后,我遇到了一些错误,如

Undefined symbols for architecture arm64 
"_OBJC_CLASS_$_QBSettings", referenced from:
      objc-class-ref in AppDelegate.o

enter image description here

请有人帮我弄清楚。我无法解决这个问题。任何建议都会令人感激。

  

更新

以下是我的pod文件

pod 'QuickBlox'
target 'myApp' do

1 个答案:

答案 0 :(得分:1)

转到目标构建设置 - >其他链接器标志 - >双击。将$(继承)添加到新行。这将解决问题。 您可以使用以下链接找到更多详细信息 The target ... overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig