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 1.0.12 version pod error #23

Closed
CureleaAndrei opened this issue Apr 13, 2022 · 4 comments
Closed

Cocoapods 1.0.12 version pod error #23

CureleaAndrei opened this issue Apr 13, 2022 · 4 comments

Comments

@CureleaAndrei
Copy link

POD: pod 'CombineGRPC', '~> 1.0.12'

Hi, I am trying to update to version 1.0.12 using cocoapods but I get the following error:

CocoaPods could not find compatible versions for pod "CombineGRPC":
In Podfile:
CombineGRPC (~> 1.0.12)

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

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.

I am doing something wrong ? or this is a bug? Thank you!

@vyshane
Copy link
Owner

vyshane commented Apr 14, 2022

Unfortunately upstream grpc-swift have not updated their podspec since 1.6.0. Therefore, the latest version of CombineGRPC that is available in Cocoapods is 1.0.8, and that matches v1.6.0 of grpc-swift.

@vyshane
Copy link
Owner

vyshane commented Apr 14, 2022

Are you able to use Swift Package Manager? The latest version is available via SPM.

@CureleaAndrei
Copy link
Author

Thank you for the quick answer. I will try SPM, and come back with the result

@CureleaAndrei
Copy link
Author

Hi, I'm back. Using the SPM worked, but in my case I couldn't used it inside the private Pod (build using cocoapods) that I am developing. I will close this issue, hopping it will be fixed when the grpc-swift updates their podspec. Thanks for the fast reply! Keep up the good work.

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

2 participants