-
Notifications
You must be signed in to change notification settings - Fork 1.6k
'com.google.firebase.firestore', stop reason = EXC_BAD_ACCESS (code=1, address=0x11a7f8017) #8664
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
Comments
I found a few problems with this issue:
|
Hi @miracle101000, the iOS SDK's latest version is 8.7.0, not 9.x. Can you share your |
@morganchen12 i have changed it. |
Can you also show the full stack trace? |
|
@dconeybe Thanks i will check it out |
For future purposes, In summary, I just deleted the app from my ios device, rebuilt it, and reinstalled it then everything worked fine. |
Uh oh!
There was an error while loading. Please reload this page.
[REQUIRED] Step 1: Describe your environment
8.5.0
CocoaPods
Cloud firestore
App crashes when trying to open a page with a list of query snapshots
Error message
*thread#51, queue = 'com.google.firebase.firestore', stop reason = EXC_BAD_ACCESS (code=1, address=0x11a7f8017)
frame #0: 0x0000000107a8f6f0 FirebaseFirestore std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >::__is_long(this="") const at string:1420:39
1417
1418 _LIBCPP_INLINE_VISIBILITY
1419 bool __is_long() const _NOEXCEPT
-> 1420 {return bool(_r.first().__s._size & __short_mask);}
^
1421
1422 #if _LIBCPP_DEBUG_LEVEL >= 2
1423
The text was updated successfully, but these errors were encountered: