Closed Vikram-kr closed 3 years ago
Experiencing exact same error, tried pod install
pod repo update
with no luck.
Running BigSur and cocoa pods v1.10.0
My project is actually pointing to the dev branch FEC-10431
which resolves to version 3.12.1.0000
Any guidance on this?
I solved this issue by downloading locally the DTG dependency and modifying the DTG Podspec to point to 'M3U8Kit' version 1.0.0 which seems the one is working?
Not sure why this happening, but something around 0.4.1 M3U8Kit version is not liking it.
So, in my Podfile:
...
pod 'M3U8Kit'
pod 'DownloadToGo', :path => 'playkit-ios-dtg-FEC-10431'
Hope it would helps someone.
Hi @Vikram-kr and @sheinix,
This is happening because M3U8Kit versions has been removed from Cocoapods for some reason. We are working on a release with M3U8Kit v1.0.0.
Thanks, Nilit Danan
Describe the bug
Unable to add DTG as dependency through cocoaPods. Getting below error:
CocoaPods could not find compatible versions for pod "M3U8Kit": In Podfile: DownloadToGo (= 3.12.1) was resolved to 3.12.1, which depends on M3U8Kit (= 0.4.1)
To Reproduce
Observe the error in terminal:
CocoaPods could not find compatible versions for pod "M3U8Kit": In Podfile: DownloadToGo (= 3.12.1) was resolved to 3.12.1, which depends on M3U8Kit (= 0.4.1)
Expected behavior Should be able to add DTG as dependency through cocoaPods
Logs and Screenshots
Platform
Additional context
pod repo update
andpod install --repo-update
as suggested in terminal error