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
This is what i get when i run watchman watch-list { "version": "4.9.0", "roots": [ "/Users/abdi" ] }
Please help.
I found solution. After giving full disk access use watchman watch /Users/$USER/....
to watch your project instead of watchman watch-project /Users/$USER/....