Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create IPA in Xcode 6?

In my project I can not figure out how to create an IPA file. Can anyone explain, step by step, how to make IPA file in Xcode 6?

like image 814
bhavik Avatar asked Sep 22 '14 09:09

bhavik


People also ask

Can you make a IPA in Xcode?

Creating an XCUITest Package​ipa Testing with XCUITest. Open your app project in Xcode. Select Generic iOS Device or Any iOS Device (arm64) as your project's device target. Make sure that the your UI tests are part of a Target Membership and that those Targets are selected to be built in your Xcode Build scheme.

Can I create IPA file without developer account?

You can't create an ipa file without an Apple Developer Account. You can create a free developer account and sign the app with a development certificate. You won't be allowed to distribute the app to anyone but you can use it on your own devices.


1 Answers

you could follow below:

1.Select your swiftDemo in your xcode(left-hand side as shown) Then select Product option, in which you could select Archive option.

Select Archive - The highlighted one in the image

  1. Then a new window would open up as follow and in that window select the export option

Select Export option

3.Then a pop up will come as below and select first option as you looking for apple store. So now follow as it say.

Select First option

UPDATE -> Select the Save to ad-hoc deployment as below

Save to ad-hoc

-> then if you have not sign with your apple developer id then below screen would pop-up

Add apple id

-> Now select add in this and provide your apple id and password in new window as shown.

apple id and password required

-> Rest follow as guided by xcode and finally you will have your IPA file.

-> Go with your testflight.

Don't forget to provide your provisioning profile and certificates in code-signing your build setting in xcode.

like image 169
nikhil84 Avatar answered Oct 04 '22 19:10

nikhil84