Reputation: 269
I have my new macbook air. I have created one test application. now i want to create ipa file for my application. but archive button in product menu is not enable. How to create ipa for this? and another thing is that i want to run this Application in my iPhone instead of simulator. How can i do so?? please help.
Thanks in Advance.
Upvotes: 0
Views: 498
Reputation: 541
For enabling archive button in product menu select iOS device instead of iOS simulator in scheme.
Upvotes: 1
Reputation: 2413
To make .ipa file read this Creating .ipa file.
You need to have Apple's developer account, which will cost you 99$. Then you will be able to make certificates and use them to check the app on your mobile.
How to make certificates, read here
This will help you alot ....
Upvotes: 3
Reputation: 21221
You will need to purchase a license from apple, then follow the tutorial they have on their website and everything should go just fine
Without the license, certificates and keys, you will not be able to run the application on your iPhone/iPad
Upvotes: 2