The problem:
- The console is filled with debug data making it impossible to log anything else.
- The iPad screen shows a lot of metal HUD views making creating screenshots impossible.
What I have tried:
- Setting the:
Scheme->Diagnostics->Metal:API Validationflag to false or (true) - Checking the docu for several RoomPlan classes and structs for words like:
debug, show, logging, log...
RoomCaptureSession.Configuration,RoomCaptureView - Running the app in the
Releasebuild configuration (since theDebugwas set per default). - Several google searches
- Use a different demo project to verify if the issue is project-specific. Official Apple Demo Project


Disable Metal Debug Data in Console
Go to Xcode 14.2 main menu:
Product – Scheme – Edit Scheme – Run (Debug) – Arguments and add environment variable.
Disable Metal Performance HUD
Product – Scheme – Edit Scheme – Run (Debug) – Diagnostics and disable two options:
Or, when Developer Mode is enabled, disable it in iPadOS under
Settings app – Developer (scroll down):