[TIP] XCode Header Search Path

September 26, 2009 | Filed Under Tips, XCode | 1 Comment

For many of you, this sounds like a stupid thing. But for those that just use gcc -I from command line, can be a pain find how to do it.

So, the problem is. How can I specify my Include path in XCode (gcc -I./mypath).

XCode Search Header Path

Tap on your project target, and click “Get Info“, tap on “Build” tab and search “Path” as showed in the figure above. Then click on the “Header Search Paths” options and add your favorite include paths for selected target.

“Hello World” iPhone

July 18, 2008 | Filed Under XCode, iPhone | No Comments

Four easy steps to make iPhone Hello World.