# tuist build xcode issue list

Lists issues for a build.

## Arguments

### build-id

The ID of the build.

```bash
tuist build xcode issue list [build-id]
```

### project `Optional`

The full handle of the project. Must be in the format of account-handle/project-handle.

```bash
tuist build xcode issue list --project [project]
tuist build xcode issue list -P [project]
```

### path `Optional`

The path to the directory or a subdirectory of the project.

```bash
tuist build xcode issue list --path [path]
tuist build xcode issue list -p [path]
```

### type `Optional`

Filter by issue type (warning or error).

```bash
tuist build xcode issue list --type [type]
```

### target `Optional`

Filter by target name.

```bash
tuist build xcode issue list --target [target]
```

### page `Optional`

The page number to fetch (1-indexed).

```bash
tuist build xcode issue list --page [page]
```

### page-size `Optional`

The number of issues per page. Defaults to 10.

```bash
tuist build xcode issue list --page-size [page-size]
```

### json `Optional`

The output in JSON format.

```bash
tuist build xcode issue list --json
```
