I recently upgraded to Xcode 4.4 and used it for some Mac App Store apps. Two worked fine, but the third gave this error:
Undefined symbols for architecture x86_64: "_objc_retain", referenced from: ___ARCLite__load in libarclite_macosx.a(arclite.o) (maybe you meant: _objc_retainedObject) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
ARC is off, so I donβt know where this link is from, or how to get rid of it. I tried the normal cleanup / build cycle, but to no avail.
Any thoughts?
source share