Cannot get access to Documents, Desktop, and Downloads on Catalina
I just updated to Catalina and since then I cannot access files located in the mentioned folders. I'm pretty sure it's related to the new Privacy settings, but even if I grant FVim Full Disk Access the problem persists. I also tried removing the granted permissions with tccutil, but FVim doesn't ask for any permission after that. I tried nvim running in the terminal and it works perfectly. I also tried another Neovim GUI (goneovim) and it asks for permissions and works without problem.
Reading other issues here looks like I'm not the only Catalina user. Has anyone else experience it?
Thanks for reporting. I'll tackle with OSX bugs when I get access to a Mac.
Hey, thanks for FVim! Do you know how can I run it (after a local build) without polluting my system? I would like to help with the macOS stuff (and learn a bit of F# in the process), but I would also like to use the .NET binaries here instead of the installer, so I wonder if I can run my build passing the .NET somehow
git clone https://github.com/yatli/fvimcd fvimdotnet run
Make sure you have dotnet and nvim in your $PATH
Also, we're running .NET Core 3.1 now: https://dotnet.microsoft.com/download/dotnet-core/3.1