Search code examples
iphoneiosxcode4flickr

ObjectiveFlickr Setup Xcode 4


I'm looking to implement Flickr in my iPhone app with ObjectiveFlickr. I'm using Xcode 4 and am trying to follow this part of the instructions:

"On your app target, open the info window (using Get Info on the target), then in the General tab, add ObjectiveFlickr (library) to Direct Dependencies." https://github.com/lukhnos/objectiveflickr

How do I "Get Info" on my target in Xcode 4?


Solution

  • I'm not sure those instructions are quite accurate, but if you want to add a dependency, here's how:

    Tap the project in the project navigator, tap your target, then open the Build Phases tab.

    You will be able to access the dependency in the top section by tapping the "+"

    enter image description here