# PHONE_VERSION_MISSING

**What it means.** This app has no phone version yet.

**What to do.** A phone version is made on every deploy of a phone app (an Expo project). Deploy the app again; if the deploy says it could not make the phone version, fix the first error it names and deploy once more.

- HTTP status: 404
- Retryable after applying the fix: yes

Every failure from the CLI or an MCP tool has this shape:

```json
{
  "ok": false,
  "code": "PHONE_VERSION_MISSING",
  "message": "This app has no phone version yet.",
  "fix": "A phone version is made on every deploy of a phone app (an Expo project). Deploy the app again; if the deploy says it could not make the phone version, fix the first error it names and deploy once more.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/PHONE_VERSION_MISSING"
}
```

Apply `fix` (edit `file` when it is given), then run the same command again.
