# IOS Fix

> Fix an iOS bug found during QA, rebuild, redeploy or rerun, and verify the behavior.

- Skill: `mphaxise/ios-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mphaxise/ios-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mphaxise/ios-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mphaxise (https://skillmd.com/u/mphaxise)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mphaxise/ios-fix

---


# iOS Fix

Use this skill when the user asks to fix an iOS issue found by `ios-qa`, tests, screenshots, or device exploration.

## Workflow

1. Reproduce or read the evidence for the bug.
2. Locate the relevant Swift, SwiftUI, or project configuration.
3. Make the smallest safe fix.
4. Build with the available Apple workflow.
5. Re-run the specific failing flow.
6. Summarize the cause, fix, and verification.

## Guardrails

- Do not do blind fixes without a reproduction or evidence trail.
- Do not change signing or deployment settings unless the bug is actually there.
- Preserve user edits and unrelated local changes.

