Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在建立一个带有 pod 的新项目。我需要在哪里设置以下错误的路径
-resources.sh: line 7: realpath: command not found
如果你有 Homebrew,你可以用brew install coreutils
brew install coreutils
只需清理构建文件夹(产品 -> 清理构建文件夹)即可为我解决此问题。
有点老的问题,但这是我为后来的人解决的问题:
pod deintegrate
pod install
总是解决这个问题。