When should I use serialization library in boost?

How do I set up global include and/or library paths for Xcode 5?

  • In particular, I want to be able to use boost and odeint.

  • Answer:

    Steps: 1.) Open your existing project in Xcode. Select File > New > File > iOS > Other > PCH File and click Next. 2.) Give the name to your PCH file like projectName-Prefix.pch. For example if your project name is iOSSamplethen PCH file name will be iOSSample-Prefix.pch and click on create button. 3.) Goto Project > Build Settings > Search for “Prefix Header“ 4.) Under “Apple LLVM 6.0″ you will get the Prefix Header key. 5.) Type in: YourProjectName/YourProject-Prefix.pch or $(SRCROOT)/YourProject-Prefix.pch 6.) Clean and build your project. Check out following link for the same: http://techfuzionwithsam.wordpress.com/2014/11/29/how-to-add-pch-or-prefix-pch-file-in-xcode-6/

Milan Panchal at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.