swift - Editor placeholder in source file -


following arkit tutorial https://www.youtube.com/watch?v=r8u8rgdmop4

but getting

editor placeholder in source file

error in following code (2nd line). has there been change in swift cause this?

override func viewwillappear(_ animated: bool) {     super.viewwillappear(animated)     let configuration = arworldtrackingsessionconfiguration()     sceneview.session.run(configuration)     addobject() } 

there placeholder in file, meaning you'll see grey or blue block, that'll value, indicating need replace placeholder of value.

the gray blocks in image placeholders.

it possible xcode being idiotic, try cleaning project, run again.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -