我正在使用 OS X High Sierra。我从这里的安装文档开始: https : //flutter.io/setup-macos/ 但是我似乎无法安装 libimobiledevice 和 ideviceinstaller。
当我开始颤振医生时,我得到以下信息:
✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
brew install --HEAD libimobiledevice
brew install ideviceinstaller
所以我按要求做:
brew install --HEAD libimobiledevice
Error: libimobiledevice 1.2.0_2 is already installed
To install HEAD_2, first run `brew unlink libimobiledevice`
brew install ideviceinstaller
Warning: ideviceinstaller 1.1.0_4 is already installed
之后,如果我再次打电话给医生,则会显示与上述相同的错误。我怎样才能解决这个问题?