2017-09-05 83 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

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