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?
Creating an XCUITest Packageipa 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.
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.
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.
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.
UPDATE -> Select the Save to ad-hoc deployment as below
-> then if you have not sign with your apple developer id then below screen would pop-up
-> Now select add in this and provide your apple id and password in new window as shown.
-> 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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With