Xcode – SwiftUI CS193P – Cannot use instance member 'card' within property initializer; property initializers run before 'self' is available
I am following Stanfords' CS193p Developing Apps for iOS online course. I am using Xcode 11.5. (I didn't update because that's the version the course instructor (Paul Heagarty) is using.) I'm trying to do the Assignment 3 (Set Game). I…