Closed ryandailey100 closed 6 years ago
When I run a pod install, I get the following error:
[!] Unable to satisfy the following requirements:
SwiftInstagram (~> 1.1.0)
Podfile
None of your spec sources contain a spec satisfying the dependency: SwiftInstagram (~> 1.1.0).
You have either:
pod repo update
pod install --repo-update
Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.
pod install
PS: I have many other pods that were successfully able to install, this is the only one that I am having trouble with.
Have you tried with pod install --repo-update?
Perfect that did the trick, thanks! 👍
When I run a pod install, I get the following error:
[!] Unable to satisfy the following requirements:
SwiftInstagram (~> 1.1.0)
required byPodfile
None of your spec sources contain a spec satisfying the dependency:
SwiftInstagram (~> 1.1.0)
.You have either:
pod repo update
or withpod install --repo-update
.Note: as of CocoaPods 1.0,
pod repo update
does not happen onpod install
by default.PS: I have many other pods that were successfully able to install, this is the only one that I am having trouble with.