using-tuist-generated-projects

Installation
SKILL.md

Using Tuist Generated Projects

Quick Start

# Generate workspace without opening Xcode
tuist generate --no-open

# Build a scheme with xcodebuild
xcodebuild build -workspace App.xcworkspace -scheme App

# Run tests with xcodebuild
xcodebuild test -workspace App.xcworkspace -scheme AppTests -only-testing AppTests/MyTestCase

Project definition

Prefer buildable folders

Related skills

More from tuist/agent-skills

Installs
349
GitHub Stars
32
First Seen
Feb 13, 2026