Systematic debugging workflows for iOS/macOS development. These patterns help identify root causes in minutes rather than hours by following structured diagnostic approaches.
ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.
| Navigation | NavigationStack not responding, unexpected pops, deep link failures | | Build Issues | SPM resolution, "No such module", dependency conflicts | | Memory | Retain cycles, memory growth, deinit not called | | Build Performance | Slow builds, Derived Data issues, Xcode hangs | | Xcode Debugging | LLDB commands, breakpoints, view debugging |
Da utilizzare durante il debug di problemi di NavigationStack (mancata risposta, pop imprevisti, arresti anomali), errori di build (risoluzione SPM, "Nessun modulo di questo tipo", build sospese) o problemi di memoria (cicli di conservazione, perdite, deinit non chiamato). Flussi di lavoro diagnostici sistematici per iOS/macOS. Fonte: johnrogers/claude-swift-engineering.