I am getting an error I believe to be a linking error, as I do not work with Xcode, or on mac very often I find it hard to debug errors there. If anyone could help me figure out what this error might be, that would be amazing.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_CMMotionManager", referenced from:
objc-class-ref in libsfml-window-s.a(SFAppDelegate.o)
ld: symbol(s) not found for architecture x86_64
Update:
After fiddling with it a little more, I think the problem has something to do with the Architectures I am using to build SFML and the ones I am using to build my project. I have tried every possible combination of them and nothing seems to work, I always get errors similar to the one above, maybe saying i386 instead of x86_64. Here is a screenshot of my settings page currently.
(http://i57.tinypic.com/16jfr0x.png)