I am getting this error while running the app with Xcode. especially when I am moving things in view like swiping with my finger, rotating the screen etc.. I have not been able to reproduce it when running the app like normal user. I am just wondering if Xcode is doing something weird in debugging and is hitting the apps animations.
com.metal.completionqueuedispatch EXC_BAD_ACCESS crash in Xcode
Got the same issue debugging a Catalyst app for macOS. Randomly crashes with EXC_BAD_ACCESS in thread 38 com.Metal.CompletionQueueDispatch (Serial)
I am also having this issue. Displaying a map in iOS on iPhone and after rotating the phone several times I get this error as the map rotates on the phone.
Same issue here. I also have a map on screen. IOS App