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
652
Aug ’21
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")     } }
Replies
2
Boosts
0
Views
652
Activity
Aug ’21