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

Installing version 3.3 from Pods not found #3968

Closed
stevencurtis opened this issue Apr 25, 2019 · 2 comments
Closed

Installing version 3.3 from Pods not found #3968

stevencurtis opened this issue Apr 25, 2019 · 2 comments

Comments

@stevencurtis
Copy link

Looks like an issue, installing the following does not work through pods
pod 'Charts'
pod 'Charts', '3.3'
pod 'Charts', '3.3.0'
pod 'Charts', '3.3.0.'

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

so had to specify the previous version
pod 'Charts', '3.2.2'

@liuxuan30
Copy link
Member

liuxuan30 commented Apr 25, 2019

      - 3.2.0 (2018-09-17 02:07:03 UTC)
      - 3.2.1 (2018-10-08 20:02:33 UTC)
      - 3.2.2 (2019-02-13 02:17:58 UTC)
      - 3.3.0 (2019-04-24 02:35:02 UTC)

I re-uploaded 3.3.0 yesterday. I don't know why you cannot find it.

Installing Charts (3.3.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 4 dependencies from the Podfile and 4 total pods installed.

it's totally fine here.

@benoist
Copy link

benoist commented Apr 25, 2019

For me running pod update worked

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

3 participants