Hello,
I've just upgraded to Catalina (MacOS 10.15) and XCode 11.1, and am going through the SwiftUI "Landmark" tutorials. I see a lot of troublesome behavior.
- Frequent "Build system" crashes
- Frequent compile errors in the Preview canvas, even when the project itself compiles perfectly and the PreviewProvider code is fine.
- Unrecognized types, e.g. "UserData" in the Handling Input section. I create the UserData.swift file and it's fine. However, references to the new struct remain unresoived, despite numerous Clean operations and Build operations. Quitting XCode completely and restarting it seems to resolve the problem.
Is anyone else having these issues? I'm surprised that these are Apple Tutorials that are causing all the problems.
Thansk in advance for any advice or other input.
Best,
Michael