Post

Replies

Boosts

Views

Activity

Reply to Could not find a navigation controller for segue. Random Crash for years now...
I am also seeing this crash. I do not know a fix. For us, the crash started appearing after we made a change to how some of our segues are hooked up. So it seems pretty clear that we caused the regression, but it still only occurs very rarely so we cannot reliably reproduce it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to [XCode 16] Project won't run on XCode 16, libswiftCoreGraphics not found
Yep, same deal. Minimum deployment target is 15.6 and I'm also getting this error.
Replies
Boosts
Views
Activity
Jun ’24
Reply to [XCode 16] Project won't run on XCode 16, libswiftCoreGraphics not found
Ah, I worked around it. You may need to increase the deployment target of all frameworks as well (such as cocoapods). The error logs showed to framework with the dylib issue, so I updated both of their deployment targets and that fixed the crash.
Replies
Boosts
Views
Activity
Jun ’24