-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Xcode 11.1 issue #245
Comments
I have the same issue with my project (Xcode 11.1) |
I have the issue on Xcode11.1 too. |
This branch worked for me: |
same issue |
problem Solved . |
'https://github.com/wowansm/Chameleon.git', wowansm -> 我玩SM 有点秀哦 |
pod 'ChameleonFramework/Swift', :git => 'https://github.com/wowansm/Chameleon.git', :branch => 'swift5' does not work fo me. |
When trying 'ChameleonFramework/Swift', :git => 'https://github.com/wowansm/Chameleon.git', :branch => 'swift5' I get the following warning Enumeration value 'kCGColorSpaceModelXYZ' not handled in switch |
If you are still getting the 49 issues on Xcode with "ChameleonFramework/Swift", I highly suggest that you use the objective c version of the library.
However, you will need to add the below line in your bridging-header file.
|
After updating the Xcode version to 11.1 In ChameleonShorthand.swift file getting error Function produces expected type 'UIColor'; did you mean to call it with '()'?
The text was updated successfully, but these errors were encountered: