I have same problem.
But it is just debugging ( when I press run on xcode ).
Once disconnect device and re-open app, it will be fixed.
Post
Replies
Boosts
Views
Activity
Sorry. I just have not cancel the cancellable in ViewController.
So, it have been solved by
let config = ARWorldTrackingConfiguration()
config.environmentTexturing = .automatic
Thank you gchiste