PromiseKit icon indicating copy to clipboard operation
PromiseKit copied to clipboard

None of your spec sources contain a spec satisfying the dependency: `PromiseKit (~> 7.0.0-rc1)`.

Open denandreychuk opened this issue 4 years ago • 5 comments

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.) during validation.

pod repo update has no effect.

denandreychuk avatar Jul 04 '21 18:07 denandreychuk

Use v6.

mxcl avatar Jul 05 '21 14:07 mxcl

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.

denandreychuk avatar Jul 05 '21 14:07 denandreychuk

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.

mxcl avatar Jul 13 '21 14:07 mxcl

Running into the same problem, and I'm a bit confused about this line in the instructions:

(...) You can still use it but you will need to specify the podspec URL manually, see the Cocoapods docs.

What exactly do I need to specify in my Podfile to use the release candidate?

wvteijlingen avatar Aug 18 '21 06:08 wvteijlingen

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.

mxcl avatar Aug 18 '21 18:08 mxcl