1

I have big problem with my Xcode and the problem is that I can't debbuging some of my projects. When I tried to show values or print them in console window (with po command) Xcode crashed.

I've seen many questions/topics about this and some suggested solutions but nothing help me. For example what I've tried:

  • Delete derived data
  • Delete all breakpoints
  • Different versions of Xcode (I have this problem from Xcode 7.0)
  • CLANG_ENABLE_MODULE_DEBUGGING set to false
  • Restarting Xcode and OS
  • Reinstalling Xcode
  • Reinstall Mac OS X (with keeping data)

I am using carthage and I tried command:

carthage update --platform ios --no-use-binaries

Nothing help so far. I guess the real problem is some bug in Xcode or something but I can't wait Apple to fix this. Is there anyway how can I fix it myself? I can't stop using debbuger.

Here is more info from Xcode crash window:

First info lines

Thread which crash

Thanks for any help

Libor Zapletal
  • 13,062
  • 19
  • 85
  • 173

1 Answers1

-3

I'm not use "po command" when debug, I'm usually use NSLog to see value.

You can read at here: How to print out a property's contents using Xcode debugger?

Regard!

Community
  • 1
  • 1
chaunv
  • 753
  • 5
  • 14