7

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 ?

arnaudambro
  • 2,403
  • 3
  • 25
  • 51
  • These are obviously Simulator bugs that Apple is responsible for fixing. Continue to report them (click on the report button). In the mean time, if you don't anticipate being affected by the bits that are broken then follow @mike.stalker's advice below and/or use a device. – David James Jul 29 '21 at 08:59

1 Answers1

3

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)

mike.stalker
  • 442
  • 1
  • 8
  • 13