ebaccount
ebaccount

Reputation: 5051

Why does my iPhone application crash right after 1 hour?

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

Answers (1)

RocketMan
RocketMan

Reputation: 4299

  • 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.

Upvotes: 2

Related Questions