Error creating and running Mac application

After creating and running the application, the following error message appears. I could not track what causes it, but everything is working fine. I am using MapKit and not sure if this is causing it.

Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn't communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x608000279540 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.} 
+6
source share
1 answer

If you have a developer account and they are all set up and running, this may be due to a bit (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) . Try reporting a bug, and try reselling it from the Xcode settings, as that might help. I had a similar error once, and when I restarted Xcode the next day, it was so reliable that it was just the case with this.

0
source

Source: https://habr.com/ru/post/977437/


All Articles