
📱 List Simulators

iOS Simulators:

  iOS 26.4:

    📱 [<STATUS>] iPhone 17 Pro (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPhone 17 Pro Max (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPhone 17e (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPhone Air (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPhone 17 (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPad Pro 13-inch (M5) (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPad Pro 11-inch (M5) (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPad mini (A17 Pro) (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPad Air 13-inch (M4) (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPad Air 11-inch (M4) (<SIM_STATE>)
      UDID: <UUID>

    📱 [<STATUS>] iPad (A16) (<SIM_STATE>)
      UDID: <UUID>

✅ 11 simulators available (11 iOS).

Hints
  Use the simulator ID/UDID from above when required by other tools.
  Save a default simulator with session-set-defaults { simulatorId: 'SIMULATOR_UDID' }.
  Before running boot/build/run tools, set the desired simulator identifier in session defaults.

Next steps:
1. Boot a simulator: xcodebuildmcp simulator-management boot --simulator-id "UUID_FROM_ABOVE"
2. Open the simulator UI: xcodebuildmcp simulator-management open
3. Build for simulator: xcodebuildmcp simulator build --scheme "YOUR_SCHEME" --simulator-id "UUID_FROM_ABOVE"
4. Get app path: xcodebuildmcp simulator get-app-path --scheme "YOUR_SCHEME" --platform "iOS Simulator" --simulator-id "UUID_FROM_ABOVE"
