Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7190

After performSegueWithIdentifier App crashes with Exception Type: EXC_CRASH (SIGABRT)

$
0
0

Today I updated Xcode to 11.2. Since then the app crashes with Exception Type: EXC_CRASH (SIGABRT). The app crashes only when run with Xcode on a real device. If installed with TestFlight it does not crash. If run on simulator it also doesn't crash.

It crashes after the following code:

[self performSegueWithIdentifier:@"SegueName" sender:nil];

The new UIViewController is never shown.

What I tried so far:

  • Recreated the segue
  • Dispatched the line on the main queue
  • There is one outlet and one action - both are connected to the correct UIViewController

Neither of the above helped. Any ideas? Any help is appreciated.


Viewing all articles
Browse latest Browse all 7190

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>