We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the sample app on iOS resulted in a crash, I added setIdentifier and there is no more crash.
setIdentifier
The logs for the crash :
flutter: Supported Could not cast value of type 'NSNull' (0x1da937500) to 'NSString' (0x1da934ca0). * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT frame #0: 0x00000001b7f04b98 libsystem_kernel.dylib`__pthread_kill + 8 libsystem_kernel.dylib`__pthread_kill: -> 0x1b7f04b98 <+8>: b.lo 0x1b7f04bb8 ; <+40> 0x1b7f04b9c <+12>: pacibsp 0x1b7f04ba0 <+16>: stp x29, x30, [sp, #-0x10]! 0x1b7f04ba4 <+20>: mov x29, sp Target 0: (Runner) stopped.
The text was updated successfully, but these errors were encountered:
same problem here
Sorry, something went wrong.
Getting same error, Any update on this ?
No branches or pull requests
Running the sample app on iOS resulted in a crash, I added
setIdentifier
and there is no more crash.The logs for the crash :
The text was updated successfully, but these errors were encountered: