up vote 0 down vote favorite
share [g+] share [fb]

I've provided a couple of users with an ad hoc copy of my app. They sync fine but the app crashes just after loading. I've tried everything I can think of to repro it and everything always goes just fine for me. I've removed all profiles from my phone and removed them from the library\mobiledevices folder. No matter what I do, the app starts fine. Any ideas how I can repro the user's experience?

From crash logs, this is similar: http://discussions.apple.com/thread.jspa?threadID=2097721

And from this site: http://blog.redfin.com/devblog/2009/09/installing%5Fbeta%5Fbuilds%5Fon%5Fiphone.html

I get this output:

MacBook:buildoutput auser$ codesign -vvvv myapp.app
myapp.app: cannot find code object on disk

If I do this for release or debug builds, the output is:

myapp.app: valid on disk
myapp.app: satisfies its Designated Requirement

Still, why doesn't it crash on my iPhone?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Did you ask them for their crash reports?

link|improve this answer
feedback

Ask for an image of their environment. Or ask them and hope they don't forget some seemingly arbitrary detail. Then perform the test again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.