I'm trying to do an iOS adhoc release for internal review. My application continuously crashes when it hits a piece of code which includes a titanium module.
Am I compiling incorrectly?
I'm able to to development builds to my device and simulator just fine. Here's the crash report from the device:
2 Answers
From everything I've seen on the Q&A it looks like Ad Hoc distribution is either broken or just isn't supported. Can we call this the official Titanium answer - http://developer.appcelerator.com/question/3441/ad-hoc-profiles#answer-7411
Of the two modules I was using in my project, it turns out that both were causing separate issues that cause the release build to crash.
On a separate note, Appcelerator should make it much more clear that building from Titanium Studio is essential for build build to work properly.
Your Answer
Think you can help? Login to answer this question!