And another post on how to fix crude Xcode or more specifically SwiftUI errors. Did you ever come across “Cannot use explicit ‘return’ statement in the body of result builder ‘ViewBuilder'”? I see it regularily and it’s actually not to … Read the rest
Tag: XCode
Categories
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
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