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