Post

Replies

Boosts

Views

Activity

Editor placeholder in source file
hi everyone I am trying to follow some titular (learning metal), I have an error "Editor placeholder in source file" on the swift.print, someone knows why? My code: class  mainView: MTKView {     required init(coder: NSCoder) {         super.init(coder: coder)     }          override func draw(_ dirtyRect: NSRect) {         Swift.print("hello")     } }
2
0
600
Aug ’21