我用
重新安装了xcprojbrew uninstall xcproj
brew install xcproj
这安装了当前版本(0.2.1),但我需要版本0.1(与我当前项目的兼容性问题)。我尝试了Homebrew install specific version of formula?中描述的方法,但无法找到如何安装早期版本的xcproj。如何安装0.1版本?
答案 0 :(得分:0)
我最终通过手动构建和安装xcproj来解决它
brew uninstall xcproj
git clone https://github.com/0xced/xcproj.git
git checkout 0.1.2
xcodebuild install DSTROOT=/