Undefined symbols for architecture x86_64 on Xcode 6.1
问题 All of a sudden Xcode threw me this error at compilation time: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_Format", referenced from: objc-class-ref in WOExerciseListViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) After doing some research, I may understand that a library I'm using is not compatible with 64 bit version. But this is very strange since I've been working with the same