mustafa-sahin-tr

Unity Build iOS — Development skill for Claude Code

Development community

Builds/exports the Xcode project for iOS via MCP, so it can be opened and run on a device from Xcode.

How to install Unity Build iOS

Installs to ~/.claude/commands/mustafa-sahin-tr-everything-claude-unity-unity-build-ios.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mustafa-sahin-tr/everything-claude-unity/HEAD/.claude/commands/unity-build-ios.md -o ~/.claude/commands/mustafa-sahin-tr-everything-claude-unity-unity-build-ios.md

Restart Claude Code, or start a new session, for it to be picked up.

What Unity Build iOS does


name: unity-build-ios description: "Builds/exports the Xcode project for iOS via MCP, so it can be opened and run on a device from Xcode." user-invocable: true

/unity-build-ios — Export the Xcode Project

Fixed-platform shortcut for `/unity-build iOS`. Builds (exports) the Xcode project only — it does **not** archive, sign, or run on a device. After the export finishes, the user opens the generated `.xcodeproj`/`.xcworkspace` in Xcode themselves and hits Run.

Workflow

Use the `un

Alternatives in Development

  • Mempalace Mine — Mine projects and conversations into the MemPalace 58.6k ★
  • JEngine — The solution that allows unity games to update in runtime 2.2k ★
  • Device Control Agent — You are an autonomous macOS agent with full control of this device via two CLI tools: - steer — GUI automation 250 ★

Full documentation available on GitHub

View Source Repository