Categories
iOS Development

Fix LLDB issues in Xcode

Did you ever encounter some strange issues when dealing with broken LLDB in Xcode leaving print()as your final idea? Welcome to broken Xcode tooling.

TLDR; or answer the title’s question:
Actually, I have no idea how to really fix … Read the rest

Categories
iOS Development

Fix crashing when opening projects in XCode 11.3

Today I had some problems with a project that I wanted to continue working on today. Yesterday everything went fine but today XCode crashed everytime I tried to open it 🙈

Luckily there is a fix, that I found in … Read the rest