I have recently updated my os to iOS 9 ,also use new xcode7
start my application to parse all done good but whenever I add 'ParseFacebookUtilsV4.framework' framework to my project It give me error
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_PFErrorUtilities", referenced from: objc-class-ref in ParseFacebookUtilsV4(PFFacebookUtils.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I follow parse and facebook developer guideline to do this but simple framework can not add to my project
I also download new parse sdk 1.8.5 and remove old framework and add again, clean my project But can't get the solution
For many attempts I have solved this issues
I have created cocoapods with my existing project and its work very smoothly...