Reputation: 16286
I have moved to Xcode 4.2, since that, i didn't find the Settings Panel where to configure flags and a lot of parameters. The window i look for is this in Xcode 3:
Can you please guide m step by step to find out that Panels.
Upvotes: 0
Views: 42
Reputation: 14346
A quote from this site:
To access build settings in Xcode 4, select the project file from the project navigator on the left side of the project window. The project file should be at the top of the project navigator. Selecting the project file opens the project settings editor. The project settings editor is Xcode 4′s replacement for Xcode 3′s project and target inspectors. Select either the project or a target from the project settings editor. Click the Build Settings button at the top of the editor. Now you should see a list of the project’s build settings.
In the Build Settings
tab, there is a section named Linking
which is what you're looking for. See this picture from this site.
Upvotes: 1