Undefined symbols for architecture i386:
"_OBJC_CLASS_$_CATiledLayer", referenced from:
objc-class-ref in TiledPDFView.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方法: 加入QuartzCore.framework。
本文详细介绍了在使用Objective-C开发iOS应用时遇到Undefined symbols for architecture i386问题的解决方法,通过加入QuartzCore.framework来解决该问题。
1948

被折叠的 条评论
为什么被折叠?



