Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filter for already built dependencies #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rag0n
Copy link

@Rag0n Rag0n commented May 3, 2019

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.

@leavez leavez self-assigned this May 5, 2019
@leavez
Copy link
Owner

leavez commented May 9, 2019

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

@leavez leavez requested review from leavez and X140Yu May 9, 2019 09:37
@jeffctown
Copy link

@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.

@ened
Copy link

ened commented Aug 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Development pod dependencies are prebuild on every pod install
5 participants