use*_*016 7 xcode ios appium carthage appium-ios
我需要使用carthage来运行Appium测试.虽然Appium社区仍在努力支持XCode9.2,但我们需要依赖XCode 8.3.3 OS:MacOS High Sierria XCode版本:XCode 8.3.3 Java:1.9
但是当我运行命令brew install carthage时,我得到以下错误:
Error: Your Xcode (8.3.3) is too outdated.
Run Code Online (Sandbox Code Playgroud)
请参考下面的链接,这意味着-XCode9对Appium的支持尚未推出
[ https://github.com/facebook/WebDriverAgent/issues/639] [1 ]
请建议同时解决.谢谢
And*_*ini 13
1)首先要确保删除所有内容:
brew uninstall --force carthage
2)然后从这里搜索你喜欢的提交:
https://github.com/Homebrew/homebrew-core/search?p=2&q=carthage&type=Commits&utf8=?
3)在你的情况下可能是这样的:
https://github.com/Homebrew/homebrew-core/commit/f74d9ba598c9843552450abeb382cacd0e71d4c0
与Carthage v0.24相关的一个,应该与您使用Xcode 8.3.3的要求兼容.
4)然后获取提交标识符f74d9ba598c9843552450abeb382cacd0e71d4c0并运行:
brew install https://github.com/Homebrew/homebrew-core/raw/f74d9ba598c9843552450abeb382cacd0e71d4c0/Formula/carthage.rb