-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Are you able to use Swift Package Manager? The latest version is available via SPM. |
Thank you for the quick answer. I will try SPM, and come back with the result |
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. |
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:
pod repo update
or withpod install --repo-update
.I am doing something wrong ? or this is a bug? Thank you!
The text was updated successfully, but these errors were encountered: