Hello everyone.
In macOS 11.0 there is a new api related to fileprovider. Can anyone explain how to use this api , or maybe a simple sample code that is using this API.
Currently I am trying to create a fileprovier by implementing the protocols for macos 11.0. and add simple logs just to see it working. In Console I always see these logs:
com.apple.xpc.launchd[1] (com.corp.testprovider.testproviderextension[985]): Extension did not initialize in time.
com.apple.xpc.launchd[1] (com.corp.testprovider.testproviderextension[986]): Extension is hanging on launch. Killing.
Some additional information related how to use this api will be very helpful.
Thanks.
In macOS 11.0 there is a new api related to fileprovider. Can anyone explain how to use this api , or maybe a simple sample code that is using this API.
Currently I am trying to create a fileprovier by implementing the protocols for macos 11.0. and add simple logs just to see it working. In Console I always see these logs:
com.apple.xpc.launchd[1] (com.corp.testprovider.testproviderextension[985]): Extension did not initialize in time.
com.apple.xpc.launchd[1] (com.corp.testprovider.testproviderextension[986]): Extension is hanging on launch. Killing.
Some additional information related how to use this api will be very helpful.
Thanks.