I have one user that can’t run my iPhone app. It starts up fine but crashes once they select a row in the RootViewController. Selecting a row goes to another tableview. I’m using sqlite in the app bundle and deploy on initial install if no db is available. The db is there because the RootViewController wouldn’t load otherwise. I’ve tried a few troubleshooting steps with the user such as:
- Delete app from iPhone and resync with iTunes.
- Reboot iPhone.
- Confirm version of iPhone.
All of the above was tried to no avail.
I’ve not had any other user write in about such issues. Has anyone had such an issue and have some possible suggestions on how to resolve it?
I would ask your user to delete the app from both the iPhone and iTunes and then reinstall it. That will help ensure they aren’t getting the data restored.
You may also want to make sure they haven’t jailbroken their phone. In general, I try to ask for a wide variety of information:
Finally, iTunes may be stashing crash logs on their hard drive (on Macs it’s under
~/Library/Logs/CrashReporter/MobileDevice; I don’t know about Windows machines). Ask your user to try to locate ones related to your app and send them to you.