Question

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.

Was it helpful?

Solution

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 http://img.skitch.com/20091216-jfhuyk75s1w7dgdpxg3xwm65ym.png

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top