Debug issues specific to mobile applications including platform-specific problems, device constraints, and connectivity issues.
Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions.
Minimal working example:
Xcode Debugging:
Attach Debugger:
- Xcode → Run on device
- Set breakpoints in code
- Step through execution
- View variables
- Console logs
View Logs:
- Xcode → Window → Devices & Simulators
- Select device → View Device Logs
- Filter by app name
- Check system logs for crashes
Inspect Memory:
- Xcode → Debug → View Memory Graph
- Identify retain cycles
- Check object count
- Monitor allocation growth
---
Common iOS Issues:
App Crash (SIGABRT):
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | iOS Debugging | iOS Debugging | | Android Debugging | Android Debugging | | Cross-Platform Issues | Cross-Platform Issues | | Mobile Testing & Debugging Checklist | Mobile Testing & Debugging Checklist |
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/mobile-app-debugging · pinned to the source commit
git clone https://github.com/aj-geddes/useful-ai-prompts.git
cd useful-ai-prompts
git checkout 3f5182cfd739fc113f4af5244a1cf342ad7f7911
mkdir -p ".claude/skills/mobile-app-debugging"
cp -r "skills/mobile-app-debugging" ".claude/skills/mobile-app-debugging"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 3f5182cfd739. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.