You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
Get this error in XCode 11.5:
Enumeration value 'kCGColorSpaceModelXYZ' not handled in switch
You can fix it by adding the missing case at line 936 in UIColor+Chameleon.m as follows:
case kCGColorSpaceModelXYZ:
in order to handle it as one of the Unsupported color models.
(BTW this is great error checking by Swift/XCode.)
The text was updated successfully, but these errors were encountered: