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.
Possible solution