I get this message on the console when I open NSOpenPanel and then my application crashes:
plugin com.getdropbox.dropbox.garcon interrupted
plugin com.getdropbox.dropbox.garcon interrupted
Unable to setup extension context - error: Couldn't communicate with a helper application
And in the debugger, I get a warning on Thread 6, saying this:
Queue: com.apple.NSXPCConnection.user.com.getdropbox.dropbox.garcon.apple-extension-service(serial)
0_dispatch_barrier_async_f
12 start_wqthread
Enqueued from com.apple.NSXPCConnection.user.com.getdropbox.dropbox.garcon.apple-extension-service (Thread 6)
0_dispatch_barrier_async_f
I tried everything by opening my NSOpenPannel with [openPanel runModal]and[openPanel beginSheetModalForWindow:...
I use NSOpenPanel only to open a txt file
What can I do to stop this message and the application stops crashing?
The application is not isolated, but the code is signed. I just try only in Debug-build, because I don't have an Apple developer account. Mac OS X is 10.10 and Dropbox is 3.0.3.
source
share