tags:

views:

169

answers:

1

My iPhone application is crashing right after 1 hour is passed (I am using development prov. profile). Is there any limitation of development prov profile? Is it related to memory leaks? But why exactly 1 hour?

+1  A: 
  • Connect the iphone to Organizer "XCode--> Window menu --> Organizer".
  • Check the crash logs.

-Edit Missed that part that you are developing the App., run the App in debug mode and check the debugger console, type in - bt to back trace the stack.

Hussain Saleem