user1397714
user1397714

Reputation: 90

how to check the provisioning profile is installed or not in xcode

I have provisioning profile which works fine on xcode 3.2.6 and shows installed and when i test the app on device it works fine i have also xcode 4 on macbook how to see that provisioning profile is also installed on it or not

Upvotes: 1

Views: 6779

Answers (1)

waheeda
waheeda

Reputation: 1097

in Xcode go to Window > Organizer > Devices , and see list of installed provisioning profiles.

http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/OSXWorkflowGuide/ProvisioningYourApplication/ProvisioningYourApplication.html

Upvotes: 1

Related Questions