Riot-iOS Error: while run bundle exec pod install
Riot-iOS Error: while run bundle exec pod install
我已经尝试运行一个project
因此,我下载了文件和 运行 构建说明。
当我运行一个
bundle exec pod install
显示错误。我无法理解。请帮助我。
之后我有 运行 下面的命令
brew update
brew install cmake
现在错误显示为
我找到了这个问题的解决方案,现在工作区已创建。
在我 运行 这个命令之前 bundle exec
必须 运行 Xcode-select
喜欢
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
bundle exec pod install
我已经尝试运行一个project
因此,我下载了文件和 运行 构建说明。 当我运行一个
bundle exec pod install
显示错误。我无法理解。请帮助我。
之后我有 运行 下面的命令
brew update
brew install cmake
现在错误显示为
我找到了这个问题的解决方案,现在工作区已创建。
在我 运行 这个命令之前 bundle exec
必须 运行 Xcode-select
喜欢
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
bundle exec pod install