Replies: 1 comment
-
The issue was resolved by updating the info.pilst file like one in new flutter project |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I used verify Phone Number by firebase_auth in flutter and I have this exception in iOS devices:
flutter: -\[\__NSCFString objectForKeyedSubscript:\]: unrecognized selector sent to instance 0x600001755880
I have updated all Firebase packages and still have this exception.. Are there any tips or solutions to this exception?
Note: The other Firebase services all work properly in the app, I only have this problem with phone verification .
Flutter Code:
Firebase Packages (The latest versions):
Flutter doctor:
platform :ios, '13.0'
AppDelegate.swift:
Beta Was this translation helpful? Give feedback.
All reactions