Back to skills

Using Xcode

Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools

8 stars
0 votes
0 copies
0 views
Added 12/19/2025
data-aibashgit

Install via CLI

$openskills install czottmann/claude-code-stuff
Download Zip
Files
SKILL.md
---
name: using-xcode
description: Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools
---

## Building Xcode projects

When running Xcode builds, use the `xcodebuild-wrapper` script to automatically capture build data [`xcsift`](https://github.com/ldomaradzki/xcsift). Wrapper accepts the same arguments as `xcodebuild` itself.

```bash
./xcodebuild-wrapper build -scheme "Actions For Obsidian (macOS)"
```

The wrapper returns structured data for the build, so do not abbreviate or `tail` its output!

**Location**: `~/.claude/skills/using-xcode/xcodebuild-wrapper`

Comments (0)

No comments yet. Be the first to comment!