Unwind segue to "unwindFirstSegueFor:towards" previously worked in Simulator.
It no longer works in version: Xcode 14.2, macOS Monterey 12.5, iOS 16.2. Crashes Simulator iPhone 14 Pro Max with error
Thread 1: EXC_BAD_ACCESS (code=1, address=0x100200) in appDelegate.
What has changed? How do I fix it?
Post
Replies
Boosts
Views
Activity
Just installed Xcode 11.5. Now I get a hard crash. No build errors. No runtime errors. Here's the error output.
2020-05-20 18:43:50.479256-0700 Web_Test[42330:11982154] *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named WKWebView because no class named WKWebView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'Fixed the crash. Had to add WebKit.framework to Build Phases/Link Binary With Libraries.Is this a bug with Xcode 11.5?
After using pinch & pan would like to restore image to original size & position with a tap. Have tried but failed. Anybody have a solution?
How do I center the pinch action between the two fingers? Currently the action center is always the center of the image independant of the location of the two fingers.