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:
Thanks for any help