xcodebuild
- Build Xcode projects and workspaces
# Accept Xcode licenses
xcodebuild -license accept
# Run first launch
xcodebuild -runFirstLaunch
# Manual install a runtime (latest by default)
xcodebuild -downloadPlatform iOS
# Accept Xcode licenses
xcodebuild -license accept
# Run first launch
xcodebuild -runFirstLaunch
# Manual install a runtime (latest by default)
xcodebuild -downloadPlatform iOS