错误:
Undefined symbols for architecture arm64:
"OBJC_CLASS$_CNContactStore", referenced from:
objc-class-ref in iflyMSC(IFlyContact.o)
"OBJC_CLASS$_CNContactFetchRequest", referenced from:
objc-class-ref in iflyMSC(IFlyContact.o)
"_CNContactGivenNameKey", referenced from:
-[IFlyContact fetchContactWithContactStore:] in iflyMSC(IFlyContact.o)
"_CNContactFamilyNameKey", referenced from:
-[IFlyContact fetchContactWithContactStore:] in iflyMSC(IFlyContact.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
报类似错误:
参考:http://blog.csdn.net/sure453361860/article/details/54574318
http://blog.csdn.net/chinaclock/article/details/50323441
http://blog.csdn.net/baybaymax/article/details/44746317