# tuist inspect Inspect your project to identify issues such as implicit or redundant dependencies. ## Subcommands | Command | Description | | --- | --- | | `tuist inspect build` | Inspects the latest build. | | `tuist inspect bundle` | Inspects an app bundle. The app bundle has to be either `.app`, `.xcarchive`, `.ipa`, `.aab`, or `.apk`. | | `tuist inspect dependencies` | Inspects implicit and redundant dependencies in Tuist projects, failing when issues are found. | | `tuist inspect test` | Inspects the latest test results. |