How to build Boost-Libraries for iPhone

Start a new project in Xcode using the iPhone Static Library project template.
Then import the source and headers, and compile it that way. The result should be an iPhone compatible static library

Leave a Comment