Skip to content

iOS Setup

  • macOS (required)
  • Xcode installed from the Mac App Store
  • Xcode command line tools: xcode-select --install
  1. Connect your iOS device via USB
  2. Tap Trust when prompted on the device
  3. Verify in Xcode that the device appears

Then confirm MobileCLI sees it:

Terminal window
mobilecli devices
Terminal window
# List available simulators
xcrun simctl list devices available
# Boot a simulator
xcrun simctl boot "iPhone 16"
open -a Simulator

Or boot directly with MobileCLI:

Terminal window
mobilecli device boot --device <simulator-id>
  • Update to the latest Xcode
  • Disconnect and reconnect
  • Re-trust the computer on the device
  • Reset the simulator: xcrun simctl erase <device_udid>
  • Verify command line tools: xcode-select --install