XCode: How to add search include path in empty project

367 Views Asked by At

I develops PHP extension, and have a problem with search include paths.

With development i create a empty project (Create new project -> Other -> Empty), and add header file:

#include "php.h"

And if i CMD+Click on this file, XCode view Symbol not found. In project configuration section Search paths not exists ;(

In project build setting i have only User Defined section.

How i add include paths to XCode, if i created empty project?

Thank.

P.S.

XCode - 5.1.1

1

There are 1 best solutions below

0
On

As solution:

Add target Command line application, then there will be search paths section.