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

Unable to install pod #1

Closed
JulianRamirez opened this issue Oct 30, 2019 · 2 comments
Closed

Unable to install pod #1

JulianRamirez opened this issue Oct 30, 2019 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers
Projects

Comments

@JulianRamirez
Copy link

Thank you for starting this project! I'm excited to check it out!

Describe the bug
While trying to do a new install of SkeletonUI, the pod install fails with the following error:

[!] Error installing SkeletonUI
[!] /usr/bin/git clone https://github.com/CSolanaM/SkeletonUI.git /var/folders/st/3lb8mpm938xfqktsrb3b62g80000gn/T/d20191029-96400-wf7mcw --template= --single-branch --depth 1 --branch 0.1.1

Cloning into '/var/folders/st/3lb8mpm938xfqktsrb3b62g80000gn/T/d20191029-96400-wf7mcw'...
warning: Could not find remote branch 0.1.1 to clone.
fatal: Remote branch 0.1.1 not found in upstream origin

To Reproduce
Steps to reproduce the behavior:

  1. Start with a fresh project that does not have SkeletonUI installed
  2. Add SkeletonUI to the podfile
  3. Attempt to install the pods with pod install
  4. See error

Expected behavior
SkeletonUI is installed.

Screenshots
It's just the text above.

Desktop (please complete the following information):

  • n/a

Smartphone (please complete the following information):

  • n/a

Additional context
none

@CSolanaM CSolanaM added the good first issue Good for newcomers label Oct 30, 2019
@CSolanaM
Copy link
Owner

CSolanaM commented Oct 30, 2019

Hi @JulianRamirez,

Thank you very much for reporting the issue. There was a problem in the .podspec file, where the version didn't match the final available release, it was with the early beta versioning.

I've checked the whole setup and reuploaded to the Cocoapods repo. If you try again after updating your Cocoapods master repo by using pod update, it should work seamlessly.

Thanks!

@CSolanaM CSolanaM self-assigned this Oct 30, 2019
@JulianRamirez
Copy link
Author

Looks good! Thank you for the quick fix! I'm looking forward to trying this out.

For anyone else who may have this problem, I also had to do a pod repo update before pod install was able to succeed.

@CSolanaM CSolanaM reopened this Nov 2, 2019
@CSolanaM CSolanaM added the bug Something isn't working label Nov 2, 2019
@CSolanaM CSolanaM closed this as completed Nov 2, 2019
@CSolanaM CSolanaM added this to Done in SkeletonUI Nov 2, 2019
@CSolanaM CSolanaM removed this from Done in SkeletonUI Nov 17, 2019
@CSolanaM CSolanaM added this to Done in SkeletonUI Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: Done
SkeletonUI
  
Done
Development

No branches or pull requests

2 participants