Post

Replies

Boosts

Views

Activity

Reply to performSegue is ok with iOS 12.4 but crashes with iOS 16
Same version of Xcode as the one you mentioned (14A309) from the App Store. I did not change this portion of the code and even went back to a previous version of my code using Time Machine before making any changes at all and same results. The issue seems to be when programmatically using: [self performSegueWithIdentifier:@"unwindView" sender:self]; And again only when debugging the same code but compiled for distribution will not crash and will unwind fine. I also just tried Xcode 14.0.1 RC but same issue, I might try 14.1 beta 2 and check with that version of Xcode.
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’22