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

Pod version outdated #9

Closed
andres-cianio opened this issue May 18, 2017 · 4 comments
Closed

Pod version outdated #9

andres-cianio opened this issue May 18, 2017 · 4 comments

Comments

@andres-cianio
Copy link

It seems the version in the cocoapods repo is outdated, as the class is not open.
This causes that when importing the module, the class can't actually be used.
Would be great to fix it!! In the meantime I'll work against the repo master branch.

@serralvo
Copy link
Owner

Hello @AndresCianio

Which version are you using? We fixed this issue in 0.0.3 (was reported in #7 ), can you check the version in your pod file?

Thanks

@andres-cianio
Copy link
Author

Hi @serralvo thanks for the reply ;)

In my podfile I have pod 'TextFieldCounter'.
While installing the log says Installing TextFieldCounter (0.0.1).
Double checking the Podfile.lock, it says - TextFieldCounter (0.0.1).

@serralvo
Copy link
Owner

Hello @AndresCianio

Can you try using version 0.0.3? pod 'TextFieldCounter', '0.0.3'

Thanks

@andres-cianio
Copy link
Author

All right.... So I tried it but it didn't work either.

However, after pod repo update (which no longer happens automatically :/) it worked just fine. Removed the version and voilá it is all working as expected.

Thanks for the help! Closing as the problem was on my end.

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