Getting this error, although the library is in the "Link to Binary Libraries" area, and the header file is also included.
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)
I get this error when I create a simulator, but not for the device. I saw this question in the opposite way, where it is built for the simulator, but not for the device. The string for active architecture is set to NO only. Any ideas?
source
share