Closed eonist closed 3 years ago
AppKit is not available when building for iOS Simulator. Consider using #if !os(iOS) to conditionally import this framework.
#if !os(iOS)
Thanks for you feedback — Fixed in 0.7.5 release https://github.com/swhitty/SwiftDraw/releases/tag/0.7.5
AppKit is not available when building for iOS Simulator. Consider using
#if !os(iOS)
to conditionally import this framework.