ios集成环信demoUI时编译出错
在CallViewController里面注释掉这个OpenGLView20的引用就编译正常,加上就编译出错。需要加的包,和other link添加的都已经加上了。就是OpenGLView20引用的时候编译出错,去掉就正常。
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_OpenGLView20", referenced from:
objc-class-ref in CallViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_OpenGLView20", referenced from:
objc-class-ref in CallViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
没有找到相关结果
已邀请:
5 个回复
my work
赞同来自: lizg
Half12345
my work
lizg - ……
li1559026