에 대한 일부 종속성을 설치하려고 flutter
합니다 homebrew
. 유일한 문제는 homebrew가 도구를 설치하지 않는다는 것입니다.
나는 모두 시도하는 경우 예를 들어 brew install --HEAD libimobiledevice
, brew install ideviceinstaller
그리고 brew install ios-deploy
, 그것이 나에게 다음과 같은 오류를 제공합니다 (경우에 따라서는 약간 다릅니다)와 도구를 설치하지 마십시오.
Last 15 lines from /Users/davidkeen/Library/Logs/Homebrew/makedepend/05.configure:
checking for rename... yes
checking for fchmod... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for X... configure: error: in `/private/tmp/makedepend-20180609-57475-hh24w0/makedepend-1.0.5':
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables X_CFLAGS
and X_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details
Do not report this issue to Homebrew/brew or Homebrew/core!
Error: You are using macOS 10.14.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Error: A newer Command Line Tools release is available.
Update them from Software Update in the App Store.
Error: You are using macOS 10.14.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
macOS Mojave 베타 1에서 이러한 종속성을 어떻게 설치해야합니까?
brew install cocoapods
작동 한다는 점에 유의하십시오 . 그래서 homebrew
또는에 문제가 있는지 확실하지 않습니다 package
.