I'm using the precompiled SDK and the xcode templates and when I try to compile for the simulator I get this:
Code: Select all
Undefined symbols for architecture i386:
"boost::thread::~thread()", referenced from:
Ogre::DefaultWorkQueue::shutdown() in libOgreMainStatic.a(OgreDefaultWorkQueueStandard.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have -lboost_system and -lboost_thread in the linker flags, the iOS Dependencies in the OgreSDK for iphone folder as well.
Please help, I'm seriously thinking of switching if I'm having this much trouble just to get Ogre to run then I can't imagine what kind of trouble I may have in the future.
I'm trying.