Open op1000 opened 8 years ago
@op1000, what kind of error message did you get?
The error message is like this, I typed "pod install" in terminal:
[!] Unable to satisfy the following requirements:
UITextView+Placeholder (~> 1.2)
required byPodfile
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.
@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
I used this command instead