Thank you for a great library.
I have this error in the logs: Failed to set up file watch due to invalid file descriptor
I checked by having a breakpoint at that line, and directoryURL seems correct:
directoryURL: "file:///var/mobile/Containers/Data/Application/C06CC557-61D8-41BF-ABB6-166AD7D513B6/Library/Application%20Support/<my-package-name>/<name>/"
Apart from this, it seems to work great, so the file is created and accessed correctly.
Any idea why file watch is not working?
Thank you for a great library.
I have this error in the logs:
Failed to set up file watch due to invalid file descriptorI checked by having a breakpoint at that line, and directoryURL seems correct:
directoryURL: "file:///var/mobile/Containers/Data/Application/C06CC557-61D8-41BF-ABB6-166AD7D513B6/Library/Application%20Support/<my-package-name>/<name>/"Apart from this, it seems to work great, so the file is created and accessed correctly.
Any idea why file watch is not working?