Any better suggestions to debug iOS FileProvider extension?

390 Views Asked by At

I'm working on a document-based app and hence also working on the FileProvider extension for the app, as Apple suggests it

I've pretty much achieved all the basic functionalities for the extension(listing, previewing files, performing certain user-actions and stuff)

So far, to debug the extension, I'll either attach it to process(from the 'Debug' menu) or run the FileProvider scheme through the Files app. Both of these methods are usable only to an extent and results in a 'frozen Files app' after a couple of tries. (Breakpoints don't work properly too, at times)

I'll have to restart my device or force-quit Xcode for this to work again(every couple or more tries!) and this is so annoying!! (Files app bug?!)

Is there a fix or some better way to debug the extension? I've tried the same with multiple devices just to ensure if I'm not the only one but happens on every single device I tried

0

There are 0 best solutions below