-
Notifications
You must be signed in to change notification settings - Fork 20
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
The cocoapods version is 1.7.4, and when I execute the pod trunk command, I report the following error: #142
Comments
Same problem with |
I suspect that this problem is caused by a mismatch between the pod version and the system version. My system version is 10.15.1. How about yours? |
@melo30 My system version is same as you. |
@igor-makarov is it possible cocoapods-trunk 1.4.1 not to be backwards compatible with 1.7.x and 1.6.x? Seems like we discussed this here #132 previously. |
I was not able to reproduce this. I need clear step-by-step instructions on how this issue can occur. |
Seems like it's incompatible, but not from the PR you mentioned: cocoapods-trunk/lib/pod/command/trunk/push.rb Line 147 in 6795930
The PR that caused this: |
Ouch, is it a fix we can have in cocoapods-trunk and release 1.4.2? |
Think so, just need to that the symbol exists I think... |
sgtm, wonder if we can have a test for it too. |
Moving this issue from cocoapods/cocoapods to cocoapods/cocoapods-trunk |
Probably could add a different Gemfile to the Travis matrix |
@dnkoutso @igor-makarov So what you're saying is that the only way to solve this problem is to wait until the release of version 1.4.2 of cocoapod-trunk😂 |
Or you could upgrade CocoaPods to >= 1.8.0. Or downgrade |
I solved the problem by downgrade cocoapods-trunk plugin to 1.3.1 , thank you very much! |
But, if i upgrade CocoaPods to >= 1.8.0, Can't solve this problem. First of all, it will report the wrong "CDN: trunk Repo update failed". Then I looked at the common online solution: 1.podfile add source 'https://github.com/CocoaPods/Specs.git' 2.pod repo remove trunk . And then when I went to execute 'pod trunk push ....' , It's going to help me create trunk repo again. And then repeat the mistake:CDN: trunk Repo update failed... Do you know why this is? |
Command
Report
What did you do?
What did you expect to happen?
What happened instead?
Stack
Plugins
Error
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
The text was updated successfully, but these errors were encountered: