aherlambang
aherlambang

Reputation: 14418

header search path in XCode 4

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?

Upvotes: 46

Views: 48548

Answers (1)

Yair
Yair

Reputation: 926

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.

Upvotes: 72

Related Questions