React Native出现问题:值班员警告

0ejtzxu1  于 2022-12-14  发布在  React
关注(0)|答案(2)|浏览(172)

看守员警告:

opendir(/Users/mahamadouniakate/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/mahamadouniakate ; watchman watch-project /Users/mahamadouniakate`

INFO
03:35
Opening exp://127.0.0.1:19000 in iOS simulator
ERROR
03:35
opendir(/Users/mahamadouniakate/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/mahamadouniakate ; watchman watch-project /Users/mahamadouniakate`

ERROR
03:35
opendir(/Users/mahamadouniakate/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/mahamadouniakate ; watchman watch-project /Users/mahamadouniakate`

INFO
03:35
Tunnel ready.
ERROR
04:42
We noticed your tunnel is having issues. This may be due to intermittent problems with our tunnel provider. If you have trouble connecting to your app, try to Restart the project, or switch Host to LAN.
INFO
thigvfpy

thigvfpy1#

在我的情况下,这是因为我有两个目录称为'watchman',我不知道为什么会发生这种情况,只是取消选中中的重复框
Mac-〉系统偏好设置-〉安全和隐私-〉隐私

f87krz0w

f87krz0w2#

对我来说,这个解决方案很有效:逐个运行这些命令- $ watchman watch-del-all $ watchman shutdown-server

相关问题