Mat*_*att 6 macos cocoa objective-c mapkit
构建和启动我的应用程序后,我收到以下错误.我无法追查导致它的原因,但一切都运行良好.我正在使用MapKit而不确定是否会导致它.
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.}
Run Code Online (Sandbox Code Playgroud)
如果您有一个开发人员帐户,这就是所有设置和运行,那么它可能与该位有关(The connection to service named
com.apple.CrashReporterSupportHelper was invalidated.)
。尝试提交错误报告,但也尝试从 Xcode 首选项中重置该报告,因为这可能会有所帮助。我曾经遇到过类似的错误,当我第二天重新启动 Xcode 时,它就消失了,希望情况就是如此。