Xcode Simulator Commands
You can use the following commands with simctl to control and manage Xcode Simulator. For more details and options, you can run xcrun simctl help or xcrun simctl help <command> in the terminal. list: List available devices, device types, runtimes, or device pairs. Example: xcrun simctl list create: Create a new device. Example: xcrun simctl create "iPhone 12" com.apple.CoreSimulator.SimDeviceType.iPhone-12 com.apple.CoreSimulator.SimRuntime.iOS-14-4 delete: Delete a device or all unavailable devices. Example: xcrun simctl delete C0D7F8B0-6B7A-4A1D-AF2C-8C6E7D2B0E7F boot: Boot a device....