{"enrichment":{"faq":[{"a":"xcode-build provides direct access to xcodebuild for iOS app compilation. Use `xcodebuild -scheme YourScheme -configuration Release` to build your project. For workspace projects, add `-workspace YourWorkspace.xcworkspace`. xcode-build lets you specify derived data paths, build settings, and destination platforms directly via native CLI commands without intermediary servers.","q":"How to build iOS app with xcodebuild?"},{"a":"xcode-build enables simulator control through xcrun simctl. First list available devices with `xcrun simctl list devices`, then boot a simulator by UDID: `xcrun simctl boot <UDID>`. Build your app targeting that simulator, then install and launch it using `xcrun simctl install <UDID> <app.app>` and `xcrun simctl launch <UDID> com.bundle.identifier`. xcode-build automates this entire workflow.","q":"How do I run an app on iPhone simulator?"},{"a":"xcode-build supports common xcodebuild patterns: `xcodebuild -scheme MyScheme -configuration Debug` for debug builds, `xcodebuild test -scheme MyScheme -destination 'platform=iOS Simulator,name=iPhone 15'` for unit tests, and `xcodebuild -workspace App.xcworkspace -scheme App -derivedDataPath ./build` for custom output paths. Each command runs natively without proxy layers.","q":"What are xcodebuild command line examples?"},{"a":"Yes. xcode-build automates simulator lifecycle and testing through native xcrun and xcodebuild commands. Boot/shutdown simulators, run XCUITest automation frameworks, execute unit tests with `xcodebuild test`, capture screenshots via `xcrun simctl io <UDID> screenshot`, and retrieve logs from simulator instances. All operations use direct CLI tools for reliable platform integration.","q":"Can xcode-build automate iOS simulator management and testing?"},{"a":"xcode-build lets you capture simulator diagnostics natively. Take screenshots with `xcrun simctl io <UDID> screenshot output.png`. Access app logs via `xcrun simctl spawn <UDID> log stream --predicate 'process == \"YourApp\"'`. xcode-build handles UDID resolution and log filtering, enabling automated diagnostics collection during test runs and debugging sessions.","q":"How do I capture logs and screenshots from iOS simulator?"},{"a":"xcode-build is designed to replace XcodeBuildMCP by providing direct xcodebuild and xcrun simctl command execution. It eliminates intermediary server dependencies, giving your agent native access to Xcode's CLI utilities for builds, simulator management, testing, and log capture. MIT-licensed, it integrates seamlessly into macOS development workflows.","q":"Does xcode-build replace XcodeBuildMCP with direct tools?"}],"shadow_tags":["simulator-management","native-cli-tools","ios-automation","xcode-workflows","ui-testing-framework","app-deployment","build-orchestration","xcuitest-integration"],"summary_rewrite":"xcode-build equips your agent with direct access to Xcode's command-line utilities for iOS and macOS development. Control app builds, simulator management, and project workflows without intermediary servers\u2014leveraging xcodebuild and xcrun simctl for native platform integration."},"files":[{"bytes":5932,"path":"skills/xcode-build/SKILL.md","sha256":"46508df05d4977b468eeb5cbdea689cae7844858683fbc95d5e62426e115ef7e","url":"https://skillfed.io/files/pzep1/xcode-build-skill/xcode-build/2b16843f/SKILL.md"}],"id":"pzep1/xcode-build-skill/xcode-build","links":{"html":"https://skillfed.io/pzep1/xcode-build-skill/xcode-build","md":"https://skillfed.io/pzep1/xcode-build-skill/xcode-build.md","repo":"https://github.com/pzep1/xcode-build-skill"},"meta":{"agents_supported":[],"first_seen":"2026-07-28","forks":7,"language":null,"last_updated":"2026-02-04","license":"MIT","name":"xcode-build","publisher":"pzep1","stars":135},"relations":{"similar":[{"id":"CharlesWiltgen/Axiom/axiom-fix-build"},{"id":"vasilyu1983/AI-Agents-public/qa-testing-ios"},{"id":"dpearson2699/swift-ios-skills/ios-simulator"},{"id":"CharlesWiltgen/Axiom/axiom-run-tests"},{"id":"Prisma-Labs-Dev/apple-skills/simulator-utils"},{"id":"conorluddy/xclaude-plugin/simulator-workflows"},{"id":"rorkai/app-store-connect-cli-skills/asc-shots-pipeline"},{"id":"CharlesWiltgen/Axiom/axiom-test-simulator"},{"id":"getsentry/XcodeBuildMCP/xcodebuildmcp"},{"id":"tristanmanchester/agent-skills/ios-simulator"}]},"slug":{"owner":"pzep1","repo":"xcode-build-skill","skill":"xcode-build"},"version":"2b16843f"}
