Skip to content
New issue

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

Identifier seems to be required on iOS #32

Open
glemartret opened this issue Feb 22, 2022 · 2 comments
Open

Identifier seems to be required on iOS #32

glemartret opened this issue Feb 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@glemartret
Copy link

Running the sample app on iOS resulted in a crash, I added setIdentifier and there is no more crash.

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.
@Jackson-Antunes-Sampaio

same problem here

@pszklarska pszklarska added the bug Something isn't working label Apr 30, 2023
@anirudhsharma392
Copy link

Getting same error, Any update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants