-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
None of your spec sources contain a spec satisfying the dependency: PromiseKit (~> 7.0.0-rc1)
.
#1242
Comments
Use v6. |
I decided to move part of the project into a separate framework. The current code base is written in v7 + I cannot specify a specific version in the Podspec file of my framework. |
We will push to trunk at some point, sorry for the delay, currently not sure how CocoaPods handles RCs and don’t want to upgrade people from v6 accidentally. |
Running into the same problem, and I'm a bit confused about this line in the instructions:
What exactly do I need to specify in my Podfile to use the release candidate? |
Exactly? I have no idea. If something more vague will do, then look for the documentation that tells you how to refer to a git tag from GitHub. If that makes no sense then I recommend sticking with v6. |
You have either:
pod repo update
or withpod install --repo-update
.pod repo update has no effect.
The text was updated successfully, but these errors were encountered: