Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is "Edit Active Target" in Xcode 4

Tags:

xcode

xcode4

I was following setup instructions to add ASIHTTPRequest to my project and it asks me to "Edit Active Target". Now that I'm using Xcode 4, I don't see that menu item anywhere. Where can I edit my active target?

Edit Active Target in Xcode 3

like image 793
siMonAkro Avatar asked May 18 '11 17:05

siMonAkro


2 Answers

There's no set active target in XCode 4.

Instead you can select it at left top of the screen at the right of "stop" button. You can select any target(with devices) you set in the drop down list.

like image 143
Val Avatar answered Dec 02 '22 08:12

Val


XCode has changed a bit - the step you mention requires you to link your app against some frameworks. To do that in XCode 4,

Project (Apple-1) > Target > Build Phases > Link Binary With Libraries

That last pane has a + button that will bring up a dialog box almost identical to the one in your link.

like image 26
Rhythmic Fistman Avatar answered Dec 02 '22 09:12

Rhythmic Fistman