Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

header search path in XCode 4

Tags:

xcode

xcode4

I want to add a path to the header search path. However in the build settings when I double click on the header search path.. it doesn't pop up a new window where I can type.. What am I doing wrong?

like image 754
aherlambang Avatar asked Mar 11 '11 04:03

aherlambang


1 Answers

Click on the project in the file navigator on the left. Then click on the project or target in the editor that appears. Click on "Build Settings", then change from "Basic" to "All". Its under search paths.

like image 145
Yair Avatar answered Oct 14 '22 14:10

Yair