Hello there, I'm trying to port my existing project developed in Windows to iOS devices like iPhone. But I had a difficulty with building the Xerces project for iOS.
Here is the procedure which i did. $.configure CFLAGS="arch i386 -mmacosx-version-min=10.5" CXXFLAGS="-arch i386 -mmacosx-version-min=10.5" $make I could build the project and got libxerces-c.a, but had linking errors when the library is included into the other project. My question is how to compile and build the Xerces static library for iOS device. Is it possible to do? If we can do, would you please provide me with any instruction? Thanks in advance, Okjoon