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 installation fails #2

Closed
eposa opened this issue Feb 13, 2018 · 1 comment
Closed

CocoaPods installation fails #2

eposa opened this issue Feb 13, 2018 · 1 comment

Comments

@eposa
Copy link

eposa commented Feb 13, 2018

I tried to install the package as described in the README, but it fails with the following message printed in the terminal for pod install command:

Analyzing dependencies
[!] Unable to satisfy the following requirements:

  • StatusAlert (~> 0.10.1) required by Podfile

None of your spec sources contain a spec satisfying the dependency: StatusAlert (~> 0.10.1).

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.

The only workaround I found was to add just pod 'StatusAlert' to the podfile.

@eposa
Copy link
Author

eposa commented Feb 13, 2018

My CocoaPods repo was out of date; I didn't notice you committed changes only 2 days ago. I guess I'll read the instructions better next time :)

@eposa eposa closed this as completed Feb 13, 2018
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

1 participant