1

Couldn't trace, where the exact Exception occurs. there is no reason for crash in output screen.

enter image description here

New image with back trace

Tahir Pasha
  • 361
  • 3
  • 14

1 Answers1

1

click on 37 main and backtrack the function and check the last func that called. Now put the break point on first line of that func and compile line by line and check at which line your code is crashed.

If above doesn't work then put a exception break point. But some times exceptional break point make crash in app delegate and you unable to render the isue without above method.

Hope now it clears to you how to debug the crash.

dahiya_boy
  • 9,298
  • 1
  • 30
  • 51