Hello, new to Xcode and SwiftUI.
Have Mac Pro M1 running macOS version 12.6 (Monterey) and Xcode version 14.0, which I believe at the time of posting are the latest stable versions.
Using Xcode, I was following the developer.apple.com SwiftUI Landmarks tutorial, which is in three parts. The first part, Creating and Combining Views, ran successfully.
The second part, Building Lists and Navigation, began alright, but when I reached the point of coding the view LandmarkRow.swift (struct definition for first row), "Landmarks quit unexpectedly" then alleged "You can't use this version of the application "Landmarks" with this version of macOS".
Can anyone advise whether that error message is true or whether it's masking some other problem, please ?