Reputation: 5051
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?
Upvotes: 1
Views: 236
Reputation: 4299
-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.
Upvotes: 2