swhitty / SwiftDraw

Swift library and command line tool to convert SVGs into SFSymbol, PNG, PDF and Swift source code.
zlib License
389 stars 49 forks source link

Unable to build with iOS SPM #2

Closed eonist closed 3 years ago

eonist commented 3 years ago

AppKit is not available when building for iOS Simulator. Consider using #if !os(iOS) to conditionally import this framework.

swhitty commented 3 years ago

Thanks for you feedback — Fixed in 0.7.5 release https://github.com/swhitty/SwiftDraw/releases/tag/0.7.5