About
This skill provides a systematic framework for debugging SwiftUI applications on iOS and macOS. It assists developers in troubleshooting common pitfalls such as stale views, improper @State or @Binding usage, navigation failures, and retain cycles. By integrating Xcode-specific techniques, LLDB commands, and Instruments profiling strategies, it helps identify the root causes of performance bottlenecks and UI glitches. It offers production-ready code snippets, threading best practices, and preventative measures to ensure your SwiftUI codebase remains stable and performant.