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

Installs
422
GitHub Stars
34
First Seen
Feb 13, 2026
using-tuist-generated-projects — tuist/agent-skills