
my comment here: it seems that SwiftUI, under some sort of strange bug, did notrecognize my initializer Public init(alignment: HorizontalAlignment =. SwiftUI.VStack:4:12: note: 'init(alignment:spacing:)' declared here Users/wangkeshijian/Documents/.myFolder/.system/TerminalAdventure/TerminalAdventure/ContentView.swift:12:37: error: trailing closure passed to parameter of type 'CGFloat?' that does not accept a closure Here's the text in the diagnostics sheet: trailing closure passed to parameter of type 'CGFloat?' that does not accept a closureĬompileDylibError: Failed to build ContentView.swiftĬompiling failed: trailing closure passed to parameter of type 'CGFloat?' that does not accept a closure Image(systemName: ".right.fill")ĭon't and displays a error message Trailing closure passed to parameter of type 'CGFloat?' that does not accept a closure Text("You need to launch this game at Teminal.")
