[BUG]:7.8.4 pod install cannot install tau_core
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
because flutter_sound 7.8.4 dependent on tau_core (= 7.8.4),
why do you try to get version 7.8.4 ? This version is many years old !
@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
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.
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
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.
because flutter_sound 7.8.4 dependent on tau_core (= 7.8.4),