Describe the bug
Unable to debug a flutter app with a Mac for days. Every run ends with this error
**Installing AppAuth (1.5.0)
[!] Error installing AppAuth
[!] /usr/local/git/bin/git clone https://github.com/openid/AppAuth-iOS.git /var/folders/sp/bt0ltdxd4mnf5tp3l_608l880000gn/T/d20220407-18938-1unjube --template= --single-branch --depth 1 --branch 1.5.0
Cloning into '/var/folders/sp/bt0ltdxd4mnf5tp3l_608l880000gn/T/d20220407-18938-1unjube'...
fatal: protocol '”git' is not supported
**
I currently have git installed on the Mac and it works fine
To Reproduce
Steps to reproduce the behavior:
- Add firebase_auth and google sign in to your flutter project
- Resolve flutter dependecies
- Run "pod install" or try to run debug with ios emulator
- See error
Expected behavior
Everything resolves except AppAuth
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Mac OS Big Sur
- Version: 12.3,1
Describe the bug
Unable to debug a flutter app with a Mac for days. Every run ends with this error
**Installing AppAuth (1.5.0)
[!] Error installing AppAuth
[!] /usr/local/git/bin/git clone https://github.com/openid/AppAuth-iOS.git /var/folders/sp/bt0ltdxd4mnf5tp3l_608l880000gn/T/d20220407-18938-1unjube --template= --single-branch --depth 1 --branch 1.5.0
Cloning into '/var/folders/sp/bt0ltdxd4mnf5tp3l_608l880000gn/T/d20220407-18938-1unjube'...
fatal: protocol '”git' is not supported
**
I currently have git installed on the Mac and it works fine
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Everything resolves except AppAuth
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):