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

podspec version incorrect starting from tag 4.0.5 #1013

Open
lawmicha opened this issue Apr 8, 2024 · 1 comment
Open

podspec version incorrect starting from tag 4.0.5 #1013

lawmicha opened this issue Apr 8, 2024 · 1 comment
Labels

Comments

@lawmicha
Copy link

lawmicha commented Apr 8, 2024

Describe the bug

I noticed the Starscream.podspec file at 4.0.5 tag has s.version = "4.0.4". Same for 4.0.6 and up to 4.0.8

https://github.com/daltoniam/Starscream/blob/4.0.5/Starscream.podspec
https://github.com/daltoniam/Starscream/blob/4.0.8/Starscream.podspec

Steps to Reproduce

I'm having troubles installing the pods for 4.0.7, not sure if this is related to the podspec version described above. I seem to have been able to install 4.0.6 a few weeks ago. The issue i'm seeing with 4.0.7:

pod install --repo-update with 4.0.7

Updating local specs repositories
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Starscream":
  In Podfile:
    Starscream (= 4.0.7)

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

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

Expected behavior

Podspec version should match the git tag version

Environment:

  • OS/Version: [e.g. iOS/13.3]
  • Starscream Version [e.g. 4.0.4]
  • Xcode version [e.g. 11.5]

Additional context

Add any other context about the problem here.

@lawmicha lawmicha added the bug label Apr 8, 2024
@vanniktech
Copy link

Same here, I can't seem to get 4.0.7

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

No branches or pull requests

2 participants