I'm getting this messages on the console when I open a 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 an warning on the 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 openning my NSOpenPannel with [openPanel runModal]
and [openPanel beginSheetModalForWindow:...
I use NSOpenPanel just to open a txt file
What can I do to stop get this message and application stops crash?
The App is not sandboxed and code signed. I just trying only in the Debug-build because I don't have an apple developer account. The Mac OS X version is 10.10 and the dropbox version is 3.0.3