Mahdi Jamshidpour
Mahdi Jamshidpour

Reputation: 13

How to create ipa file without developer account in xcode 8

I have installed xcode 8 and developed a project, and now I want to get build file of my project but I do not have a developer account.

What can I do to in order to create a ipa file?

Upvotes: 1

Views: 2019

Answers (1)

iPeter
iPeter

Reputation: 1360

You can create ipa below way, but the ipa wont install if you don't create a provisioning or certificate.

  1. Find the .app file in your project.

  2. Ctrl-Click on that file and Show in finder.

  3. Drag and drop the file into iTunes.

  4. Your app will be shown in iTunes, then again Ctrl-Click on your app and show in finder.

Here you will see your ipa.

Note: You cannot install this ipa in any device untill you create proper provisioning and certificate.

There are also many ways to create ipa, this is one of those ways.

Upvotes: 1

Related Questions