Help with building on Xcode 5.1.1

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
JoeTheLime
Posts: 1
Joined: Fri Aug 15, 2014 1:13 pm

Help with building on Xcode 5.1.1

Post by JoeTheLime »

I have done everything tutorials all throughout the web have said, but none have been for Xcode 5 versions. Only Xcode 4 versions. I feel like this is the problem, because when I try to run programs like the "Hello World" program that is included in the OS X version of irrlicht, It says:

Code: Select all

Irrlicht Engine version 1.8.1
Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
Could not load mesh, because file could not be opened: : ../../media/sydney.md2
How am I supposed to correctly build an irrlicht program on Xcode? I understand that "sydney.md2" is a model, but I still feel like this is a version problem.
mongoose7
Posts: 1227
Joined: Wed Apr 06, 2011 12:13 pm

Re: Help with building on Xcode 5.1.1

Post by mongoose7 »

Where are you running the executable from? Perhaps you could print out the current working directory from inside the Hello, World program? (In other words, this doesn't look like a "version" problem, but a CWD problem. Not compiler, but O/S.)
Post Reply