KenBurns
KenBurns copied to clipboard
I can't install cocoapod because of warning?
Hello @tsheaff,
I am trying to install this cocoa pod to my project but I can't and keep getting this warning on my terminal. Could you please help out? Thank you!
[!] The version of CocoaPods used to generate the lockfile (1.6.1) is higher than the version of the current executable (1.5.3). Incompatibility issues may arise. [!] CocoaPods could not find compatible versions for pod "SDWebImage": In snapshot (Podfile.lock): SDWebImage (= 4.4.6, ~> 4.0)
In Podfile: KenBurns was resolved to 0.2.7, which depends on SDWebImage (~> 3.8.1)
SDWebImage (~> 4.0)
(How can I update the SDWebimage pod in KenBurns to whatever version I want?)
@tsheaff Just following up with this. Thank you!
@JayceBryce you can submit a pull request which fixes this issue. Simply change the Podfile definition and submit the PR. Tag me in that and I'll approve. Thanks