not able to build IOS due to AppAuth error #6169
Unanswered
raykleijngeld
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have the following reference in my pubspec.yaml
firebase_core: ^1.1.0
cloud_firestore: ^2.0.0
firebase_messaging: ^9.1.3
Android version builds fine no issues.
iOS build running pod install gives the following error:
Analyzing dependencies
cloud_firestore: Using Firebase SDK version '7.11.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '7.11.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '7.11.0' defined in 'firebase_core'
Downloading dependencies
Installing AppAuth (1.4.0)
[!] Error installing AppAuth
[!] /usr/local/bin/git clone https://github.com/openid/AppAuth-iOS.git /var/folders/0d/z_y7jpq177gbzb76f_yrpgy80000gn/T/d20210518-8264-1e7ar6o --template= --single-branch --depth 1 --branch 1.4.0
Cloning into '/var/folders/0d/z_y7jpq177gbzb76f_yrpgy80000gn/T/d20210518-8264-1e7ar6o'...
warning: Could not find remote branch 1.4.0 to clone.
fatal: Remote branch 1.4.0 not found in upstream origin
Does anyone know how to fix this?
Thanks
Ray
Beta Was this translation helpful? Give feedback.
All reactions