Thanks for the typo corrections, yes, it is my code. I added blind extra protection to the MOStringDocument but still it is crashing ONLY on M4 machine (Mac OS version is macOS 15.1.1 ). It is working perfectly fine pre M4!
I will attach the code for MOStringDocument but it works fine on all the iPhones and pre M4!
Post
Replies
Boosts
Views
Activity
I hate to bother you but I am really sorry to do so. This bug is super critical when rendering financial charts on iPhone. The result is ugly and web rendering of chart looks superior! I just can't imagine a bug like this surface, not to mention ignored like that. Not the Apple I know for sure, really sad!
Thank you, I found I was calling dequeueReusableCellWithReuseIdentifier inside contextMenuConfigurationForItemAtIndexPath and that caused the crash!!!
I made sure that I only use dequeueReusableCellWithReuseIdentifier inside cellForItemAtIndexPath.
What a mess Apple engineers!
Hey, thank you so much for taking a look!
I already did before coming here. I posted a full Xcode project.
Oct 5, 2024 at 5:11 AM – FB15393275
Thanks for the info. Here is the code again in the next post