Reputation: 6162
I dont have a paid account at apple site. Therefore my client sent me development certificate after creating provisioning profile there. Now he asked me to load this certificate in xcode and generate an executable or ipa file to test the application in iPhone device.
Can anybody tell me the way to achieve this?
Thanks in advance
Upvotes: 13
Views: 18761
Reputation: 2430
1) First complete your coding check it with your provisioning profile.
2) Then click to run on device iPhone or iPad.
3) then go to menu -> prodcut -> clean.
4) After cleaning menu -> product -> Archive .
5) After completing it click on distribute and then select the option for save as enterprise or adhoc application and click on next button.
6) It will take a minute as per your app file size.
7) then give a name of ipa and save it where you want.
Upvotes: -4
Reputation: 154
Do the Following steps: 1) First get the provisioning profile.
2) Set the debug mode to iOS device.
3) Go to Product, Select Archive and ur project will be Archived.
4) Next Go to Organizer, select the created archive u have created. Then click share. It will ask u to Allow or not. Select allow. You can set name of the app . Finally ur ipa file is created
Upvotes: 0
Reputation: 1715
I do that following these steps:
Upvotes: 29