I want to use the ASSIMP library http://assimp.sourceforge.net in an iOS project. Unfortunately, I\'m not very experienced with makefiles and that stuff, so I need some help
I personally don't do any iOS development, but I know that others have successfully compiled Assimp for their iDevices using Xcode. An Xcode 3 project should be included with the distribution, although I don't know if you can use it without further modification.
The architecture preprocessor defines are currently only used for logging output (in code/Importer.cpp), and support for ARM has been added to trunk in the meantime (r919, to be exact).