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

Different version in .podspec from release tag #405

Open
GritGem opened this issue Dec 10, 2021 · 3 comments
Open

Different version in .podspec from release tag #405

GritGem opened this issue Dec 10, 2021 · 3 comments

Comments

@GritGem
Copy link

GritGem commented Dec 10, 2021

Differentiator.podspec and RxDataSources.podspec has old version 5.0.0 in 5.0.2 release.

@engali94
Copy link
Member

Hey @GritGem
Could you please open PR?

@alandeguz
Copy link

alandeguz commented Jan 21, 2022

@engali94 - Would a PR actually fix the issue? The tagged version 5.0.2 is already released.

If I pod update with 5.0.2 (or 5.0.1), I get this error message (no error with 5.0.0).

[!] CocoaPods could not find compatible versions for pod "RxDataSources":
  In Podfile:
    RxDataSources (= 5.0.2)

None of your spec sources contain a spec satisfying the dependency: `RxDataSources (= 5.0.2)`.

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Presumably the fix is to release 5.0.3, potentially featureless, and make the Podspec change to 5.0.3 along with a tagged release.

@GritGem
Copy link
Author

GritGem commented Jan 22, 2022

I believe it source version under tag 5.0.0 due to not incremented version in .podspec. You might also just publish updated .podspec for 5.0.1 and 5.0.2 and it would be available through cocoapods. Just be aware of not matching .podspec tagged under those tags and those published to official repo. You might update them and re-tag but not sure if it is the right procedure for publicly available repo... Anyway I believe it goes beyond PR fix. (@alandeguz suggestion with 5.0.3 seem also fine)

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

No branches or pull requests

3 participants