swiftui-debugging

Installation
SKILL.md

SwiftUI Debugging

Overview

Systematic approaches for debugging SwiftUI issues in macOS apps. Covers view updates, state ownership, performance, layout, and macOS-specific quirks with NSHostingView and NSPanel.

Logging in macOS Apps

print() and NSLog() are invisible when launching macOS apps from CLI or Finder (menubar-only apps have no console). Always use file-based logging:

Related skills
Installs
1
Repository
st0012/cctop
GitHub Stars
77
First Seen
Apr 8, 2026