---
title: Build Logs
description: View and read build logs for your native iOS and Android builds in Capawesome Cloud to debug build failures.
---

# Build Logs

Every native build produces a full log of the build process. Use it to understand what happened during a build and to debug failures.

## View the logs

=== "CLI"

    Print the logs for a build with the [`apps:builds:logs`](../cli/commands.md#appsbuildslogs) command:

    ```bash
    npx @capawesome/cli apps:builds:logs
    ```

=== "Console"

    Open the build's detail page from the [Builds](https://console.cloud.capawesome.io/apps/_/builds){:target="_blank"} page. You can follow the logs live while the build runs and review them after it finishes.

## Debugging a failed build

For a failed build, the fastest path is [Ask AI](../assist/ask-ai.md), which summarizes the cause and a suggested fix from the logs. For common errors and manual fixes, see [Troubleshooting](troubleshooting.md).
