ooyala / ios-sdk-podspecs

iOS SDK Coacoapod .
0 stars 4 forks source link

Error updating pod to 4.35.0 #24

Closed gmogames closed 5 years ago

gmogames commented 6 years ago

Hello there,

I'm using OoyalaSDK through Cocoapods and everything was working fine until I tried updating the pod to the new 4.35.0

When running pod update with verbose mode I get the error below and cannot update. I could update all other pods I'm using. I have the latest cocoapods version installed and I made sure the repos got updated.

-> Installing OoyalaSDK 4.35.0 (was 4.34.0)
 > Git download
 > Git download
     $ /usr/bin/git clone https://github.com/ooyala/ios-sample-apps.git /var/folders/rw/ny4kmvrj0pbd39zs_wslz33m000116/T/d20180531-50662-umx0tg --template= --single-branch --depth 1 --branch v4.35.0_GA
     Cloning into '/var/folders/rw/ny4kmvrj0pbd39zs_wslz33m000116/T/d20180531-50662-umx0tg'...
     Note: checking out '43cd5622a912823ec1fab43d1650711e2069b788'.

     You are in 'detached HEAD' state. You can look around, make experimental
     changes and commit them, and you can discard any commits you make in this
     state without impacting any branches by performing another checkout.

     If you want to create a new branch to retain commits you create, you may
     do so (now or later) by using -b with the checkout command again. Example:

       git checkout -b <new-branch-name>

     git-lfs filter-process: git-lfs: command not found
     fatal: The remote end hung up unexpectedly
     warning: Clone succeeded, but checkout failed.
     You can inspect what was checked out with 'git status'
     and retry the checkout with 'git checkout -f HEAD'

[!] Error installing OoyalaSDK
[!] /usr/bin/git clone https://github.com/ooyala/ios-sample-apps.git /var/folders/rw/ny4kmvrj0pbd39zs_wslz33m000116/T/d20180531-50662-umx0tg --template= --single-branch --depth 1 --branch v4.35.0_GA

Cloning into '/var/folders/rw/ny4kmvrj0pbd39zs_wslz33m000116/T/d20180531-50662-umx0tg'...
Note: checking out '43cd5622a912823ec1fab43d1650711e2069b788'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

git-lfs filter-process: git-lfs: command not found
fatal: The remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
JamaicanRumCream commented 6 years ago

I have this too! Trying v4.36.0, and also 4.35 and 4.34.1 - I have also removed Derived Data, and did ‘pod cache clean —all’ with no different results.

gmogames commented 6 years ago

BTW, this still happens, no support from anyone, really bad.

gmogames commented 6 years ago

And for anyone who's searching for an answer. Make sure you have git-fls installed on your computer.

How to install https://git-lfs.github.com/

This fixes the issue and installs the pod