tags:

views:

37

answers:

1

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.

  1. In the Xcode Groups & Files list, select the QCDemo target.
  2. Press Command-I to display the Target Info window.
  3. Click General.
  4. Under linked libraries, click the plus (+) button. A dialog appears with a list of libraries.
  5. Choose Quartz.framework from the list and click the Add button.
  6. Close the Target Info window.

I can't see a linked libraries option under General.

+1  A: 

Not sure how the instructions could be any clearer; it's right where they say it should be. Are you sure you're actually selecting the target before bringing up the inspector?

alt text

Azeem.Butt
Oh, the QCDemo target, not QCDemo
Casebash