marksands/BetterCodable

Any ideas why I keep getting this error with cocoapods?

valleyman86 opened this issue · 0 comments

I have had this work once with the same project no issues. Then suddenly a pod install causes it to break. For whatever reason 0.1.0 works fine. Is this because the podspec is still saying s.version = '0.1.0'?

Our dep target is set to 12.4.

[!] CocoaPods could not find compatible versions for pod "BetterCodable":
  In snapshot (Podfile.lock):
    BetterCodable (= 0.1.0)

  In Podfile:
    ViewModels/Tests (from `Frameworks/ViewModels/`) was resolved to 0.1.0, which depends on
      BetterCodable (~> 0.2.0)

Specs satisfying the `BetterCodable (= 0.1.0), BetterCodable (~> 0.2.0)` dependency were found, but they required a higher minimum deployment target.