# tuist xcodebuild archive

tuist xcodebuild archive extends the xcodebuild CLI archive action with insights.

## Arguments

### passthrough-xcodebuild-arguments `Optional`

Arguments that will be passed through to the xcodebuild CLI. All arguments are forwarded to xcodebuild. Example: tuist xcodebuild archive -scheme MyApp -archivePath ./build/MyApp.xcarchive

```bash
tuist xcodebuild archive [passthrough-xcodebuild-arguments]
```
