SFSymbol icon indicating copy to clipboard operation
SFSymbol copied to clipboard

NSImage init(...) is unavailable in Mac Catalyst

Open honkmaster opened this issue 2 years ago • 1 comments

The project can not be used with a Mac Catalyst application. There is an error in NSImage+SFSymbol.swift.

'init(systemSymbolName:accessibilityDescription:)' is unavailable in Mac Catalyst

honkmaster avatar Sep 26 '21 09:09 honkmaster

Does it work with Mac Catalyst yet?

thereaderfortyfive avatar Jul 15 '22 14:07 thereaderfortyfive

I have a PR for catalyst support. The image extensions aren't available, so you'll need to make those yourself, but all the enums and symbols are available: https://github.com/Nirma/SFSymbol/pull/26

adamwulf avatar Feb 04 '23 22:02 adamwulf

Closing for now! Thanks everyone.

Nirma avatar Feb 22 '23 13:02 Nirma