cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

Add filter for already built dependencies

Open Rag0n opened this issue 6 years ago • 3 comments

Resolves #71

If version of pod is updated, then there will be an error during pod install, eg change version of SVProgressHUD inside development pod Core from ~> 2.0 to = 2.2.0:

[!] CocoaPods could not find compatible versions for pod "SVProgressHUD":
  In snapshot (Podfile.lock):
    SVProgressHUD (= 2.2.5, ~> 2.0)

  In Podfile:
    Core (from `..`) was resolved to 1.0.0, which depends on
      SVProgressHUD (= 2.2.0)

It seems like you've changed the constraints of dependency `SVProgressHUD` inside your development pod `Core`.
You should run `pod update SVProgressHUD` to apply changes you've made.

Rag0n avatar May 03 '19 09:05 Rag0n

Sorry for my slow response. I'm do a large refractor these days. Can't merge it before I finish it.🤣

leavez avatar May 09 '19 09:05 leavez

@leavez please let me know if you have any tasks that you feel comfortable delegating in your large refactor. My team is dying to get the ability to use this plugin for Pods that exist in multiple targets, so we're really looking forward to the next major release. I'm happy to help contributing if there's anything you need.

jeffctown avatar May 30 '19 14:05 jeffctown

@leavez how are you doing - is there any update to the refactor (& this PR)?

ened avatar Aug 06 '19 09:08 ened