I'm working on a Cordova (Ionic) project and I'm having trouble on creating an .IPA
file to upload to Testflight.
I'm on Xcode 6.1 beta, (please note, I'm pretty new to Xcode).
Following are the steps I'm following (strange thing was working all this time and suddenly stopped working)
- Build the project from Xcode
- select
Product -> Archive
(and this is where its stopped working).
- It was asking me to export to create an
.ipa
(with select export method)
But now, its not prompting me anything, and when I check window -> organizer
, I cannot see my build.
So, what would be the standard way of creating an .ipa
file from a build? I might be doing something completely wrong.
I found this SO article, but was not helpful to get it going.