Hello,
I'm completely new to OGRE 3D and have mild experience with XCode, so please forgive me if I'm missing something simple here.
When I attempt to build a project based on the iOS Template within Xcode, I receive the build error:
To me, I would think this means that the file is not being found within the Header Search Paths list. To give you an idea of how my stuff is setup, I have the prebuilt Ogre SDK installed at "/Developer/OgreSDK" and the additional iOS Dependencies installed inside of that folder at "/Developer/OgreSDK/iOSDependencies". Inside of my Xcode project, I have the following list for Header Search Paths:
Code: Select all
/Developer/OgreSDK/include/
/Developer/OgreSDK/include/OGRE/RenderSystems/GLES2
/Developer/OgreSDK/include/OGRE/RenderSystems
/Developer/OgreSDK/include/OGRE/iOS
/Developer/OgreSDK/include/OIS
/Developer/OgreSDK/iOSDependencies
/Developer/OgreSDK/include/boost
In addition, I have the following Library Search Paths:
Code: Select all
"/Developer/OgreSDK/lib/Release"
"/Developer/OgreSDK/iOSDependencies/lib/release"
"/Developer/OgreSDK/iOSDependencies/lib"
The "Always Search User Paths" option is selected and I also added all of the frameworks inside of /Developer/OgreSDK/lib/release/ to the target framework list (not even really sure if I should have done this, but I figured it couldn't hurt at this stage). I'm worried that I don't see an Ogre.framework anywhere in the /Developer/OgreSDK/ folder; could that be related to the problem I'm having?
Thanks for taking the time to read this and hopefully someone can help me get this figured out.
