Results 3 comments of null

@d4vidi I upgraded to the latest version(19.6.5), but it still uses `fbsimctl` https://github.com/wix/Detox/blob/19.6.5/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js

I also encounter the same problem. Do you have any solutions?

我通过将~/.oh-my-zsh/lib/git.zsh文件中的 ``` GIT_OPTIONAL_LOCKS=0 command git "$@" ``` 代码替换成 ``` GIT_OPTIONAL_LOCKS=0 LC_ALL=C command git "$@" ``` 解决了该问题 对了, 修改代码后, 别忘了执行`omz reload`