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
Please take look on this issue. Moreover, I clone the repository but it does not build due to this - TatsiColors
Type 'UIColor' has no member 'systemBackground'
Type 'UIColor' has no member 'link'
....
The text was updated successfully, but these errors were encountered:
@ishtiakahmed91 what version of iOS are you trying to run on?
On the second issue: These build errors exist because you are using Xcode 10 instead of Xcode 11 with the iOS 13 SDK. . systemBackground and .link are iOS 13 features. However, the library is still compatible with iOS 10, you just need to use Xcode 11 for compilation.
Please take look on this issue. Moreover, I clone the repository but it does not build due to this - TatsiColors
Type 'UIColor' has no member 'systemBackground'
Type 'UIColor' has no member 'link'
....
The text was updated successfully, but these errors were encountered: