Hi team - I’m building an app and really struggling with an error, which I just can’t get my head around. I’ve managed to understand basic breakpoints, but my debugging skills currently don’t go any further than that.
My app runs a list, which grabs data from Firebase. Occasionally, when scrolling, the app will crash and I’ll get the message “Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1bc17ae78)”. This pops up next to @main in the very first file of the app.
When I look at the debugger, the last message is always the following (or similar):
2023-01-30 23:20:01.229663+0000 Cleek-SwiftUI[4518:1649528] [VKDefault] Missing MeshRenderables for ground mesh layer for (1/1) of ground tiles. Tile debug info: (Key: 2046.1362.12.255 t:34 kt:0, Has mesh errors: 0, MeshInstance count: 57, PendingMaterial count: 57, Invisible MeshInstances count: 0)
Would you have any ideas what is causing this? Nothing seems to be coming up on Google. If not - it looks to me like I’ve only scratched the surface on debugging, so if there’s more I need to know and you can point me to any material, that would be hugely appreciated.