KaneCheshire / ShowTime

The easiest way to show off your iOS taps and gestures for demos and videos.
MIT License
522 stars 35 forks source link

Crash on iOS 16.1 #55

Open NickAtGit opened 2 years ago

NickAtGit commented 2 years ago

I've seen this crash on my device since iOS 16.1. I can trigger the issue by deleting a row in a List backed by CoreData in SwiftUI.

Screenshot 2022-09-17 at 12 48 39
NickAtGit commented 2 years ago

Same swipe to delete action does not crash on iOS 16.0

animeshp commented 1 year ago

I'm also noticing the crash on same line with following exception

Fatal Exception: NSInvalidArgumentException
-[<NSTextContentStorage: 0x2804c0750> locationFromLocation:withOffset:] received invalid location (null)
KaneCheshire commented 1 year ago

@NickAtGit hey :) did you ever manage to understand what was causing this? If it's still happening would you be able to put together a barebones example of it to help narrow down what could be causing it?

KaneCheshire commented 1 year ago

@animeshp same question for you, are you able to put together an example project of this happening so we can figure out what's causing it?