I am trying to add linked libraries in Xcode 3.2.1 to follow this tutorial. The instructions I am following are here
Add the Quartz framework to the project’s target.
- In the Xcode Groups & Files list, select the QCDemo target.
- Press Command-I to display the Target Info window.
- Click General.
- Under linked libraries, click the plus (+) button. A dialog appears with a list of libraries.
- Choose Quartz.framework from the list and click the Add button.
- Close the Target Info window.
I can't see a linked libraries option under General.