anyone know how to fix this xcode bug? I am building in swift for the SwiftStudentChallenge.
@main
struct MyApp: App {
var body: some Scene {
WindowGroup {
run; /Users/christopherrobinson/Documents/WWDC22; Scene.app
ContentView()
}
}
}