SwiftSunburstDiagram icon indicating copy to clipboard operation
SwiftSunburstDiagram copied to clipboard

Doesn't compile for macOS

Open schwa opened this issue 4 years ago • 2 comments

Imports UIKit for macOS (I presume for UIImage?)

schwa avatar Feb 19 '21 04:02 schwa

Not works too. Still not solved?

DmitriyTerekhin avatar Oct 10 '23 04:10 DmitriyTerekhin

UIKit is not available when building for macOS. Consider using #if canImport(UIKit) to conditionally import this framework. Need just add this.

DmitriyTerekhin avatar Oct 10 '23 04:10 DmitriyTerekhin