Filip Zymek
Filip Zymek
I am also having this issue and it block me from using latest amplify sdk where following issue was resolved: https://github.com/aws-amplify/aws-sdk-ios/issues/4153
@valzevul Would it be possible for you to share the parsing code of the internal amplify db table?
@lawmicha I am experimenting with [BackgroundTasks](https://developer.apple.com/documentation/backgroundtasks) on iOS in order to trigger DataStore syncing to cloud and have a question. I am trying a naive approach that will "simply" call...
Hey, Any update on the above?
@nathanmclain unfortunately no. I implemented my own way of tracking those events
full crash log: [620fa117e58f4fdf86d1ac249c3179e1-symbolicated.txt](https://github.com/aws-amplify/amplify-swift/files/13901797/620fa117e58f4fdf86d1ac249c3179e1-symbolicated.txt)
Hey @lawmicha We keep experiencing this issue. One thing we notices it that most often this crash happens when we write data to datastore and app is in background or...
@atierian Here's the full crash log: ``` OS Version: iOS 17.1.2 (21B101) Report Version: 104 Exception Type: EXC_BREAKPOINT (SIGTRAP) Crashed Thread: 13 Application Specific Information: Could not allocate memory. Thread...
Hey @lawmicha Please find responses below: > Your GraphQL schema used for DataStore yes. Given this is proprietary project I have renamed table names and properties names. Plesee see attached...
Yes, it is possible that app has been running for some time either in foreground or background. We were not yet able to reproduce this issue on our test devices...