ios-native

Installation
SKILL.md

iOS Native

Build

Use xcodebuild to build the app. First, identify the scheme and workspace/project:

# List available schemes
xcodebuild -list

Build for simulator:

xcodebuild -scheme <SchemeName> -sdk iphonesimulator -configuration Debug -derivedDataPath build build

Running on Simulator (preferred)

Installs
7
GitHub Stars
11
First Seen
May 25, 2026
ios-native — builderio/builder-agent-skills