Quit unexpectedly again and again while trying to build an .ipa file

1.2k Views Asked by At

I am trying to distribute my universal application via Ad-Hoc distribution.

Being a first timer, i have been watching a lot of videos and going through apple documentation on how to do it.

I have applied the following steps:

  • Registering with apple developer's program (as admin not team agent).
  • Register the test devices.
  • creating/downloading a provisioning certificate.
  • creating an ad-hoc provision profile.
  • creating an xarchive file via xcode
  • now in the organiser I try to create an ipa file after selecting the correct certificate and provisioning profile in the process, it asks me to save the ipa file.

But when it reaches this step, Xcode quits (crashes) every time.

Have checked and rechecked that if i am selecting the correct options in the process or not and still not able to generate the ipa file.

I have tries building it for 12-15 times but every time Xcode crash happens.

Xcode : 5.1.1

application : universal

iOs target : 7 or later

loading data from web services : YES

Storyboards : YES

Any Suggestion would be a great help.

1

There are 1 best solutions below

3
On

Possible solution

  1. Quit XCode
  2. Go to derived data's folder, delete them (also from trash).
  3. Open XCode clean project and try to build it again