My application builds fine for the simulator but not the device:
ld: warning: ignoring file /Users/newuser/Downloads/release-1.5-tag/build/Release-iphoneos/parsekit.a, file was built for archive which is not the architecture being linked (armv7)
I'm using the ParseKit lib which doesn't seem to like being mixed with armv7.
I think I have to do some form of linking with the library? But how?
Thanks.