KenBurns icon indicating copy to clipboard operation
KenBurns copied to clipboard

I can't install cocoapod because of warning?

Open JayceBryce opened this issue 5 years ago • 2 comments

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?)

JayceBryce avatar May 21 '19 03:05 JayceBryce

@tsheaff Just following up with this. Thank you!

JayceBryce avatar May 21 '19 19:05 JayceBryce

@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

tsheaff avatar May 27 '19 17:05 tsheaff