Building my Ionic+Parse Project in Xcode v 6.2 gives me this build error:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_PFPush", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_PFInstallation", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_Parse", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The frameworks that I have added are
And the build settings look like this
Any help would be really appreciate
P.S: Trying to run application on an iPad 2
Update
The problem is with adding Parse.Framework
to existing xCode project.
- I tried removing the re adding the Parse.Framework
(cleaned and built) from project but then it increases build errors.