You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The device subcommand has been added from the LLDB included with Xcode 16.0.
The name conflicts with the device subcommand defined in iLLDB and the following error occurs.
Information on the built-in device subcommand is as follows.
(lldb) help device
Commands to interact with devices.
Syntax: device <subcommand> [<command-options>]
The following subcommands are supported:
list -- List available devices
process -- Commands to query and attach to processes on a device.
select -- Select a device as the current device by device identifier.
For more help on any particular subcommand, type 'help <command> <subcommand>'.
The text was updated successfully, but these errors were encountered:
The
device
subcommand has been added from the LLDB included with Xcode 16.0.The name conflicts with the
device
subcommand defined in iLLDB and the following error occurs.Information on the built-in
device
subcommand is as follows.The text was updated successfully, but these errors were encountered: