使用 expo 运行 React Native 应用程序时,我在 watchman 上收到此警告。
watchman warning: opendir(/Users/saashwath/Library/Caches/CloudKit/com.apple.Safari) -> Operation not permitted. Marking this portion of the tree deleted
To clear this warning, run:
watchman watch-del /Users/saashwath ; watchman watch-project /Users/saashwath
Run Code Online (Sandbox Code Playgroud)
如何去掉这个警告。提前致谢:)