IphoneBites
IphoneBites

Reputation: 157

how to edit project settings in xcode 4.2?

This sounds dumb but i want to edit my project settings and change my delevelper profile of a project which in xcode 3.2 was project>>edit active targets/ edit project settings

but cant find this on xcode 4.2 beta version :(

Does anyone know how to.

thnx alot in advance.

Upvotes: 2

Views: 11843

Answers (1)

Sherman Lo
Sherman Lo

Reputation: 2759

As previously mentioned I can't talk about Xcode 4.2, however in Xcode 4.1 to change your provisioning profile you would do this:

  • Select the Project navigator using folder icon on the left of the navigator sidebar
  • Select the Project, which will be at the top of that view.
  • The project configuration will appear in the main editor panel, to edit the provisioning profile select "Build Settings" at the top and search for provisioning to pull up the

Upvotes: 3

Related Questions