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

Pod install failed - Could not found branch v3.3 issue #4063

Closed
1 task
MiZhen007 opened this issue Jul 8, 2019 · 3 comments
Closed
1 task

Pod install failed - Could not found branch v3.3 issue #4063

MiZhen007 opened this issue Jul 8, 2019 · 3 comments

Comments

@MiZhen007
Copy link

ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.

Per our *CONTRIBUTING guidelines, we use GitHub for
bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag ios-charts.

Please remove this line and everything above it before submitting.

What did you do?

I typed pod 'Charts' into podfile, and execute pod install

What did you expect to happen?

install successfully

What happened instead?

failed to install, here is the failed message.

warning: Could not find remote branch v3.3 to clone.
fatal: Remote branch v3.3 not found in upstream origin

Charts Environment

Charts version/Branch/Commit Number:
**Xcode version:10.2
**Swift version:5.0
**Platform(s) running Charts:iOS
**macOS version running Xcode:10.14.4

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.

@vijay1864
Copy link

I have got the same issue
How should I solve it..?
Screenshot 2019-07-10 at 10 52 03 am

@AcceleratorYY
Copy link

AcceleratorYY commented Jul 10, 2019

Run the following command from the terminal:
Pod install
If prompted that the library cannot be found, you can remove --no-repo-update
Ban upgrading the spec warehouse on CocoaPods, otherwise it will get stuck on Analyzing a very slow
pod update --verbose --no-repo-update

在终端中运行以下命令:
pod install
如果提示找不到库,则可去掉 --no-repo-update
禁止升级 CocoaPods 的 spec 仓库,否则会卡在 Analyzing dependencies,非常慢。
pod update --verbose --no-repo-update

@liuxuan30
Copy link
Member

maybe update your pod repo like the above said.

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

4 participants