flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[BUG]:7.8.4 pod install cannot install tau_core

Open leave-alone opened this issue 1 year ago • 4 comments

Installing tau_core (7.8.4)

Git download Git download $ /usr/bin/git clone https://github.com/canardoux/tau_core.git /var/folders/v2/n4yzx4t57ls_18p0lkznd41c0000gn/T/d20240830-83744-1b124if --template= --single-branch --depth 1 --branch 7.8.4

[!] Error installing tau_core [!] /usr/bin/git clone https://github.com/canardoux/tau_core.git /var/folders/v2/n4yzx4t57ls_18p0lkznd41c0000gn/T/d20240830-83744-1b124if --template= --single-branch --depth 1 --branch 7.8.4

Cloning into '/var/folders/v2/n4yzx4t57ls_18p0lkznd41c0000gn/T/d20240830-83744-1b124if'... warning: Could not find remote branch 7.8.4 to clone. fatal: Remote branch 7.8.4 not found in upstream origin

I made the same mistake when I ran example

image because flutter_sound 7.8.4 dependent on tau_core (= 7.8.4),

leave-alone avatar Aug 31 '24 10:08 leave-alone

why do you try to get version 7.8.4 ? This version is many years old !

Larpoux avatar Aug 31 '24 11:08 Larpoux

@Larpoux @canardoux Hello , problem in install tau_core in pods last version 8.3.9

[!] Error installing tau_core [!] /usr/bin/git clone https://github.com/canardoux/tau_core.git /var/folders/h5/sjbr0b6j0c5c_m58gryr46900000mv/T/d20240901-25501-jhs68z --template= --single-branch --depth 1 --branch 8.3.9

Cloning into '/var/folders/h5/sjbr0b6j0c5c_m58gryr46900000mv/T/d20240901-25501-jhs68z'... warning: Could not find remote branch 8.3.9 to clone. fatal: Remote branch 8.3.9 not found in upstream origin

alidaher1000 avatar Aug 31 '24 22:08 alidaher1000

why do you try to get version 7.8.4 ? This version is many years old !

Because of old projects, I'm with the same problem.

lucasalmeida-egsys avatar Oct 09 '24 13:10 lucasalmeida-egsys

Installing tau_core (7.8.4)

Git download Git download $ /usr/bin/git clone https://github.com/canardoux/tau_core.git /var/folders/v2/n4yzx4t57ls_18p0lkznd41c0000gn/T/d20240830-83744-1b124if --template= --single-branch --depth 1 --branch 7.8.4

[!] Error installing tau_core [!] /usr/bin/git clone https://github.com/canardoux/tau_core.git /var/folders/v2/n4yzx4t57ls_18p0lkznd41c0000gn/T/d20240830-83744-1b124if --template= --single-branch --depth 1 --branch 7.8.4

Cloning into '/var/folders/v2/n4yzx4t57ls_18p0lkznd41c0000gn/T/d20240830-83744-1b124if'... warning: Could not find remote branch 7.8.4 to clone. fatal: Remote branch 7.8.4 not found in upstream origin

I made the same mistake when I ran example

image because flutter_sound 7.8.4 dependent on tau_core (= 7.8.4),

This fixed for me:

pod 'tau_core', :git => 'https://github.com/Canardoux/flutter_sound_core.git', :tag => '7.8.4'

Add this line at the podfile, and voyala.

lucasalmeida-egsys avatar Oct 09 '24 14:10 lucasalmeida-egsys