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

COCOAPODS is OUTDATED v 1.0.11 (Fix) #88

Open
charlymr opened this issue Nov 6, 2017 · 3 comments
Open

COCOAPODS is OUTDATED v 1.0.11 (Fix) #88

charlymr opened this issue Nov 6, 2017 · 3 comments

Comments

@charlymr
Copy link

charlymr commented Nov 6, 2017

Cocoapods is outdated v 1.0.11, and apprently it is not possible to update it anymore: https://cocoapods.org/pods/XlsxReaderWriter

if you want to fix it and use the latest version, add this to your PodFile (at the top)

source 'https://github.com/charlymr/XlsxReaderWriter-Podspecs.git' 

Then you can get the latest version 2.3.2

     pod 'XlsxReaderWriter', '~> 2.3.2'

And yes it work in with swift and in Xcode 9, you just need to add 'use_frameworks!'

@renebigot If you want access to that specs (and eventually start merging your pull request) please let me know.

@mobile3000
Copy link

It's not working.

@charlymr
Copy link
Author

Did you do ‘pod repo update’ ?

@charlymr
Copy link
Author

A much faster fix is, just bare in mind it is pointing to a Beta branch so you may want to check on a regular basis. This branch is stable enough so I will probably release this one once I get feedback (or not) on it.

pod 'XlsxReaderWriter', podspec: 'https://raw.githubusercontent.com/charlymr/XlsxReaderWriter/2.4.0.Beta.4/XlsxReaderWriter.podspec'

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