I am using Appcelerator Titanium to build iOS apps.
I use the ti build ... --target "dist-adhoc" ...
command to build iOS apps. It normally works great.
Normally, the app builds and then XCode Organizer starts with the app archived in Organizer. Today that stopped working. The App builds, but XCode Organizer does not start. If I start XCode Organizer manually and look in the archive the archive is not there.
The first time I did this today, it worked. From that point forward it did not work.
Here is what I tried:
- I tried many times.
- I tried other apps (also failed).
- I have 18GB free disk space.
- I have rebooted my computer.
- I have noticed that the .ipa file gets built.
- I looked for error messages and noticed none.
- I removed the archive that successfully built and tried to build again.
- I noticed that the XCode/Archives/2014-mm-dd folder gets an updated timestamp, but does not get a new archive.
I like building using this method because:
From organizer I can build an OTA deploy for testing, or upload to the App Store for deliver. I am assured that I am uploading to AppStore the exact binary that I tested OTA.
My questions are:
- How can I debug this so I can get it to work?
- How can I manually get the .ipa file that is built into organizer?