Philip Su

Results 38 comments of Philip Su

@MarkDuckworth / @isegal : I get this issue in a production app on RNFirebase (i.e. without Flutter in the mix). The crash comes up every few days, on a user...

@MarkDuckworth @isegal : just wanted to check back on my question ^^^, since this crash still regularly happens in my super-low MAU app on a regular basis.

@MarkDuckworth @isegal : Just pinging on how to provide you with the logs you've asked for. This still happens in production pretty regularly with my app, so I'd like to...

@MarkDuckworth : the issue is unfortunately not predictably reproducible, and it seems to happen to random users. I've unfortunately not been able to have it happen on a test device....

@isegal : thanks for the workaround. I'll put that into our product for now, since this crash is one of our app's top crashes. Thanks for the suggestion!

**Update**: The preferred, less complicated fix is now @johnf's [below](https://github.com/Nozbe/WatermelonDB/issues/1285#issuecomment-1381323060). Note that if you're using RN 0.71+, you'll also need to be on at least Watermelon v0.25.1+, in order to...

> @fivecar I tried following your steps but i keep running into: Sorry to hear that, @KrisLau . I unfortunately don't have any insight into what's causing your specific error....

@johnf's fix works for me as well, and I verified by backing out [my recommended changes](https://github.com/Nozbe/WatermelonDB/issues/1285#issuecomment-1292619035), deleting `node_modules` and `ios/Pods`, and rebuilding everything. In my case, I had moved to...