Monday, 26 August 2013

IOS Parse implementation Error

IOS Parse implementation Error

I am trying to implement Parse and when I add it to the framework through
the build phrase into my linked libraries, I get errors. I get
Undefined symbols for architecture i386: "_OBJC_CLASS_$_Parse", referenced
from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for
architecture i386 clang: error: linker command failed with exit code 1
(use -v to see invocation)
When I try to implement
[Parse setApplicationId:@"XXXXXXXXX" clientKey:@"XXXXXXXX"];
In my app delegate.
I am using JTRevealSideBarDemoV2 and I am not 100% familiar with how
targets work. There are multiple targets available however I usually set
the target to the the one that I am using.
http://i44.tinypic.com/2v9q1rq.png
I have done a lot of research on this issue and I think it has something
to do with my targets so if you could explain what you think may be wrong,
it would be awesome!
Thanks.

No comments:

Post a Comment