本文介绍了体系结构armv7的未定义符号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_Facebook", referenced from:
objc-class-ref in VideoPlayerController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
这是我面临的错误.请给我解决方法
This is the Error that I am facing. Please give me the solution
推荐答案
我终于解决了这个问题.在构建阶段中检查库搜索路径. Xcode可能混淆了您的库,您可能需要自己填写Facebook SDK文件夹"../lib"来对其进行更正.
I finally solved the problem.Check the Library Search Paths in Build Phases. Xcode might have confused your library and you may need to correct it yourself by filling it "../lib" which is your Facebook SDK folder.
这篇关于体系结构armv7的未定义符号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!