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?