This is my first time asking a question so please bear with me if i’m not asking according to the standards but ill try my best.
watchman warning: opendir(/Users/abdi/Library/VoiceTrigger/SAT) -> Operation not permitted. Marking this portion of the tree deleted
To clear this warning, run:
watchman watch-del /Users/abdi ; watchman watch-project /Users/abdi
This is the error i'm getting every time i try start any project, even the ones that i created previously.
I tried the following:
watchman watch-del /Users/abdi ; watchman watch-project /Users/abdi
- Giving watchman full-disk access and restarting
- Moving my project to root folder (/Users/abdi)
This is what i get when i run watchman watch-list { "version": "4.9.0", "roots": [ "/Users/abdi" ] }
Please help.
watchman watch .
at my project's directory and it solved the problem. – Mayest