What problem does it solve? Working with Apple platform development through raw command-line tools like xcodebuild, xcrun, and simctl is verbose and error-prone. This Skill provides a structured interface to XcodeBuildMCP tools for building, testing, running, debugging, and automating iOS, macOS, watchOS, tvOS, and visionOS apps. ## Core Features & Use Cases - Build and Run: Build and launch apps on simulators, physical devices, or macOS with tools like build_run_sim and build_run_macos. - Testing and Debugging: Run tests on simulators or devices, capture logs, and attach LLDB for breakpoints, backtraces, and variable inspection. - UI Automation: Interact with simulator UIs through taps, swipes, gestures, screenshots, and view hierarchy snapshots. - Use Case: You are developing an iOS app and want to verify a fix. Ask the AI to build and run the app on a simulator, capture a screenshot, and inspect the view hierarchy to confirm the UI renders correctly. ## Quick Start Build and run my iOS app on a simulator using XcodeBuildMCP, then take a screenshot of the result.