ConnectToCdpOptions.shouldThrowOnIncompatibleInstaller?
ConnectToCdpOptions › shouldThrowOnIncompatibleInstaller?
Type: boolean
Whether an **unrunnable** installer↔app version pair fails fast before launch.When
true (the default), an installer below the app's run floor throws IncompatibleInstallerVersionError from version resolution before anything is downloaded or launched. Set false to let the pin proceed to launch — where the reactive dead-boot fast-fail still catches the black-screen boot, and the 'unrunnable' verdict is surfaced on CdpConnection.compatibility rather than thrown. Ignored in attach mode (port set).