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.
/Users/houmie/projects/tegant/Pods/ChameleonFramework/Pod/Classes/Swift/ChameleonShorthand.swift:93:12: 'init(averageColorFromImage:)' has been replaced by 'init(averageColorFrom:)'
Kindly advice,
Thanks,
The text was updated successfully, but these errors were encountered:
It compiles just fine if you use the :git branch in your podfile as described in https://github.com/ViccAlexander/Chameleon#swift-3
In your workspace make sure that the Swift Language Version in Build Settings of the ChameleonFramework target inside the Pods project is set to Swift 4.0
Use this setting in Podfile. pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git', :branch => 'wip/swift4'
Use this setting in Podfile. pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git', :branch => 'wip/swift4'
only this error remain others are gone,
enumeration value 'kCGColorSpaceModelXYZ' not handled in switch
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a shame as this doesn't build anymore.
Kindly advice,
Thanks,
The text was updated successfully, but these errors were encountered: