简体   繁体   中英

Xamarin IOS - 'An unhandled exception occured' during start

I'm working on a Xamarin IOS project. And after I updated it to the latest version, suddenly receive this error:

An unhandled exception occurred.

When I try to run it in debug mode.

It doesn't give me anything else, not even the slightest clue. So I have no idea why it breaks. Has anyone else stumbled onto this problem?

https://forums.xamarin.com/discussion/58002/what-is-the-preferred-way-to-catch-all-unhandled-exceptions-on-xamarin-forms

 AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM