CrashReporter icon indicating copy to clipboard operation
CrashReporter copied to clipboard

Fix SPM installation: Window Controller's default .xib lookup fails in Swift Package modules

Open DivineDominion opened this issue 2 years ago • 0 comments

  • Need to lookup the .xib manually, not via init(windowNibName:)
  • Should use Bundle.module and not the implicit Bundle.main.
  • Consider programmatic UI instead

DivineDominion avatar Oct 25 '23 15:10 DivineDominion