Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crash popups with XCode 12 and simulators

With Xcode 12 and iOS Simulators, Xcode doesn't crash but these are the errors I get every few hours, not always all but always some of them

CalendarWidgetAppExtension quit unexpectedly.
parsecd quit unexpectedly.
healthappd quit unexpectedly.
NewsTag quit unexpectedly.
NewsToday2 quit unexpectedly.
bulletindistributord quit unexpectedly.
ProtectedCloudKeySyncing quit unexpectedly.

Somebody knows what is going on ?

like image 868
arnaudambro Avatar asked Oct 19 '20 11:10

arnaudambro


1 Answers

What helped to me:

  1. Download Additional Tools for Xcode Additional Tools for Xcode

  2. Launch Utilities/CrashReporterPrefs Utilities/CrashReporterPrefs

  3. Set Crash Reporter to the "Basic" mode. Crash Reporter to the "Basic" mode

  4. Restart (quitting and launching only Xcode did not helped, but OS restart did)

like image 120
mike.stalker Avatar answered Sep 25 '22 19:09

mike.stalker