using-xcode

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

$ Installer

git clone https://github.com/czottmann/claude-code-stuff /tmp/claude-code-stuff && cp -r /tmp/claude-code-stuff/skills/using-xcode ~/.claude/skills/claude-code-stuff

// tip: Run this command in your terminal to install the skill


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. Wrapper accepts the same arguments as xcodebuild itself.

./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

Derived Data

DO NOT attempt to delete or remove the derived data folder unless explicitly told so.