An Xcode/CoreSimulator command line utility to control iOS Simulators on MacOS
simctl [--set <path>] [--profiles <path>] <subcommand> ...
simctl help [subcommand]
| extension Error { | |
| public var legibleDescription: String { | |
| switch errorType { | |
| case .swiftError(.enum?): | |
| return "\(type(of: self)).\(self)" | |
| case .swiftError: | |
| return String(describing: self) | |
| case .swiftLocalizedError(let msg): | |
| return msg | |
| case .nsError(_, "kCLErrorDomain", 0): |
LLDB comes with a great set of commands for powerful debugging.
Your starting point for anything. Type help to get a list of all commands, plus any user installed ones. Type 'help for more information on a command. Type help to get help for a specific option in a command too.