Q: 'AppDelegate' is annotated with @main and must provide a main static function of type () -> Void or () throws -> Void.
A: 替换为@NSApplicationMain
Q: 'AppDelegate' is annotated with @main and must provide a main static function of type () -> Void or () throws -> Void.
A: 替换为@NSApplicationMain