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

Latest version 0.14.2 is not available at Cocoapods #182

Open
funnel20 opened this issue May 4, 2024 · 1 comment
Open

Latest version 0.14.2 is not available at Cocoapods #182

funnel20 opened this issue May 4, 2024 · 1 comment
Assignees

Comments

@funnel20
Copy link

funnel20 commented May 4, 2024

Version

0.14.2

Description of the bug

Latest version 0.14.2 is not available on Cocoapods: https://cocoapods.org/pods/CoreXLSX
That has version 0.14.1 as latest.

Steps to reproduce

When using the latest version 0.14.2 in my Podfile:

pod 'CoreXLSX', '0.14.2'

gives an error when using pod update:

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

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

Expected behavior

Have the latest version available on Cocoapods.

File for reproduction

N/A

Additional context

N/A

@funnel20
Copy link
Author

funnel20 commented Jun 12, 2024

I've managed to get version 0.14.2 in my Xcode project by changing the Podfile to directly link to the commit:

#  pod 'CoreXLSX', '0.14.2'
# Version 0.14.2 is not available on Cocoapods (https://github.com/CoreOffice/CoreXLSX/issues/182).
# Hence use the commit of version 0.14.2 (https://github.com/CoreOffice/CoreXLSX/releases/tag/0.14.2):
pod 'CoreXLSX', :git => 'https://github.com/CoreOffice/CoreXLSX.git', :commit => '1391f3832ea2eeee5186ea8abb81ea49ed0609cc'

The output of pod update makes it clear that someone forgot to update the version tag of 0.14.2, as it still shows 0.14.1:

Updating local specs repositories
Analyzing dependencies
Pre-downloading: `CoreXLSX` from `https://github.com/CoreOffice/CoreXLSX.git`, commit `1391f3832ea2eeee5186ea8abb81ea49ed0609cc`
Downloading dependencies
Installing CoreXLSX 0.14.1 <- Should be 0.14.2
Generating Pods project

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

2 participants