Where to "Change Active Target" in Xcode 4

I followed the setup instructions to add ASIHTTPRequest to my project and it asks me to "Change Active Target". Now when I use Xcode 4, I do not see this menu item anywhere. Where can I change my active goal?

Edit Active Target in Xcode 3

+8
xcode xcode4
source share
3 answers

Xcode 4 does not have an active target.

Instead, you can select it in the upper left of the screen to the right of the Stop button. You can select any target (using devices) that you set in the drop-down list.

+6
source share

Xcode has changed a bit - the step mentioned requires you to associate your application with some frameworks. To do this in Xcode 4,

Project (Apple-1)> Goal> Phase Assembly> Link to Binary Libraries

There is a + button in this last panel, which will lead to a dialog box almost identical to the dialog box in your link.

+2
source share

If someone else (like me) was looking where the old β€œEdit Active Target” menu went or where the β€œProject” option means that Rythmic Fistman mentions in his answer, here's how to find it:

On the toolbar: View β†’ Navigators β†’ Project

Then double click on the project.

Then you get a window in which you can change all the settings, such as using the "Change Active Target" in Xcode3.

+2
source share

All Articles