2017-09-05 79 views
1

我有一个移动应用程序,在IOS平台上工作,我正在尝试将Blesh框架添加到我的项目中。好像我没有正确地将该框架添加到项目中,但遇到了构建项目的问题。添加BleshSDK框架

这里是异常消息:

Undefined symbols for architecture x86_64: 
    "_OBJC_CLASS_$_Blesh", referenced from: 
     objc-class-ref in AppDelegate.o 
ld: symbol(s) not found for architecture x86_64 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

感谢任何帮助或指向正确的方向。

在构建设置

回答

1

- >其它链接器标记 加入到这个调试和发布:

$(OTHER_LDFLAGS) -ObjC 

Build Settings -> Other Linker Flags

+0

谢谢兄弟,你是男人:) –