- Grab pre-built framework from Dist folder (boost 1.52.0).
- Get yourself a nice cup of coffee (tea should do as well)
- Update boost submodule:
cd PROJECT_DIR
git submodule init
git submodule update --init --recursive
- Open
boost-ios.xcodeproj
- Build
boost.framework
target - Framework will be created in the project directory and is ready to use
- Enjoy!
####Please note:
Latest version of boost may not work with C++0x and LLVM out of the box.
If you run into trouble using the framework, please consider switching to C++98 or consult community at boost.org for possible fixes and/or workarounds.
Alternatively, you may want to try pulling some previous version of boost submodule and rebuilding the framework.