获取此错误,尽管库位于Link with Binary Libraries区域,并且还包含头文件.
Undefined symbols for architecture i386: "_OBJC_CLASS_$_TestLibraryEric",referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture i386 clang: error: linker command Failed with exit code 1 (use -v to see invocation)
我为模拟器构建时遇到此错误,但不是设备.我以相反的方式看到了这个问题,它为模拟器而不是设备构建.仅针对活动架构的构建设置为NO任何想法?