I've searched throguh the forums and I cant really find anything that works. I want to mess around with Irrlicht on the iPhone but before I can do that I need to be able to get the engine working on the phone itself.
I've checked out the ogl-es branch and have tried a few things that were mentioned in the forums but in the end my results are the same.
Any and all help in getting the engine running on the iPhone would be appreciated!
Irrlicht on the iPhone
After some tinkering i was able to build the lib and get the 'Hello World' app running on the simulator. However now when I try to compile for the device I get an error saying the lib is not of required architecture...
I'm fairly new with Xcode, but this seems like it might just be a problem with a simple fix using the IDE?
Any suggestions would be appreciated...
I'm fairly new with Xcode, but this seems like it might just be a problem with a simple fix using the IDE?
Any suggestions would be appreciated...
Old topic but incase anyone else comes across this, follow the instructions as you would for building the libIrrlicht.a file but instead of setting your base SDK to simulator, set it to device.
This will allow the library to be built with the ARM6 and ARM7 architectures. You may have to change this in the 'Targets' properties as well as the Project's Settings.
This will allow the library to be built with the ARM6 and ARM7 architectures. You may have to change this in the 'Targets' properties as well as the Project's Settings.
-
- Posts: 199
- Joined: Tue Dec 09, 2008 2:55 am