Property 'linkDomain' not found on object of type 'FIRActionCodeSettings *' #14699
Unanswered
mrinaltalchira
asked this question in
Q&A
Replies: 1 comment
-
You may need a later version of Firebase. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Flutter :- firebase_auth: ^5.5.2
Flutter 3.29.2 • Dart 3.7.2 • DevTools 2.42.3
My pod version - 1.16.2
Having this error in the PigeonParser class while building app in xcode.
/Users/mrinaltalchira/.pub-cache/hosted/pub.dev/firebase_auth-5.5.2/ios/firebase_auth/Sources/firebase_auth/PigeonParser.m:137:18: error: property 'linkDomain' not found on object of type 'FIRActionCodeSettings *' 137 | codeSettings.linkDomain = settings.linkDomain; | ^ 1 error generated.
FIRActionCodeSettings *codeSettings = [[FIRActionCodeSettings alloc] init];
if (settings.linkDomain != nil) {
codeSettings.linkDomain = settings.linkDomain; *Error causing line
}
Beta Was this translation helpful? Give feedback.
All reactions