Post

Replies

Boosts

Views

Activity

Reply to Crash in iOS18
I want to share that I had exactly the same crash description, but my issue was related to NSFetchedResultsControllerDelegate. After refactoring, issue disappeared. I hope it may help some of us who trying to find the root case. Best way to debug is to enable Exception Breakpoint. Crash was called in this function inside the batch update. Worked fine on Xcode 15, but crashes on Xcode 16. func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) { collectionView?.performBatchUpdates({ //crash was here }, completion: { [weak self] finished in //completion }) } }
Topic: UI Frameworks SubTopic: UIKit
Dec ’24
Reply to Crash in iOS18
I want to share that I had exactly the same crash description, but my issue was related to NSFetchedResultsControllerDelegate. After refactoring, issue disappeared. I hope it may help some of us who trying to find the root case. Best way to debug is to enable Exception Breakpoint. Crash was called in this function inside the batch update. Worked fine on Xcode 15, but crashes on Xcode 16. func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) { collectionView?.performBatchUpdates({ //crash was here }, completion: { [weak self] finished in //completion }) } }
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Dec ’24
Reply to Crash with UITextView intelligenceCollectContent Apple Intelligence
Hello, Thank you for quick response, I have opened a bug report: FB16109883
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to "Impossible to set up layout with view hierarchy unprepared for constraint." crash in ios 13
Hello myusuf6716, Did you resolve this issue? I am facing the same crash, but can not reproduce it by myself.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Show message button in CallKit UI for VOIP app
Hello, roshanbade221, did you find any ways on how to add message button in CallKit UI?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22