Saturday, May 7, 2016

Xcode 7.3 crashes when breakpoint set or app crashes

Leave a Comment

I am having this issue and when I searched it on Stack Overflow I saw that many people have had this before:

First of all, you can find the crash report here: http://pastebin.com/c726EUip

What I've tried so far:

  • I set the "Enable Clang Module Debugging" in Build Setting to NO
  • I did pod update
  • Tried to change LLDB to GDB but i think xcode no longer has this option

This is the list of frameworks:

List of Frameworks

Here are links to questions from people with the same issue:

I am totally desperate on this, as I cannot debug my work properly.

Anyone have ideas?

1 Answers

Answers 1

Try going through all these steps in the exact same order http://stackoverflow.com/a/28371711/821053 This solved my debugging problems a couple of times.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment