When adding SettingsIconGenerator to a watchOS target, compilation fails with:
'UIGraphicsImageRenderer' is unavailable in watchOS
The package uses UIGraphicsImageRenderer, which is unavailable on watchOS.
Steps to reproduce:
- Add SettingsIconGenerator via Swift Package Manager.
- Link the package product to a watchOS app target.
- Build the watchOS target.
Version: SettingsIconGenerator 2.1.0
When adding SettingsIconGenerator to a watchOS target, compilation fails with:
'UIGraphicsImageRenderer' is unavailable in watchOSThe package uses UIGraphicsImageRenderer, which is unavailable on watchOS.
Steps to reproduce:
Version: SettingsIconGenerator 2.1.0