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 'UITextView+Placeholder', '~> 1.2' is not working #31

Open
op1000 opened this issue May 5, 2016 · 3 comments
Open

pod 'UITextView+Placeholder', '~> 1.2' is not working #31

op1000 opened this issue May 5, 2016 · 3 comments

Comments

@op1000
Copy link

op1000 commented May 5, 2016

I used this command instead

pod 'UITextView+Placeholder', :git => 'https://github.com/devxoul/UITextView-Placeholder.git', :tag => '1.2.0'

@devxoul
Copy link
Owner

devxoul commented May 5, 2016

@op1000, what kind of error message did you get?

@op1000
Copy link
Author

op1000 commented May 5, 2016

The error message is like this, I typed "pod install" in terminal:

[!] Unable to satisfy the following requirements:

  • UITextView+Placeholder (~> 1.2) required by Podfile

None of the spec sources contain a spec satisfying the UITextView+Placeholder (~> 1.2) dependency.
You have either; mistyped the name or version, not added the source repo that hosts the Podspec to >your Podfile, or not got the latest versions of your source repos.

@devxoul
Copy link
Owner

devxoul commented May 5, 2016

@op1000, That's odd. Have you tried after updating spec repo?

$ pod repo update # this will update local CocoaPods spec repository
Updating spec repo `master`
$ pod install # then try install again

If it doesn't work, please let me know your CocoaPods version.

$ pod --version
0.39.0

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