好玩的技术

2018-06-13  本文已影响19人  活最好的自己

一, money ios自动化测试

  1. 参考前同事张钊大神的文章 https://www.jianshu.com/p/373c14d014f2
  2. 遇到的坑
    ① 安装brew install carthage时, 提示如下错误:
Error: An unexpected error occurred during the `brew link` step
The formula built, but is not symlinked into /usr/local
Permission denied @ dir_s_mkdir - /usr/local/Frameworks
Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks

解决如下:

 sudo mkdir /usr/local/Frameworks
 sudo chown $(whoami):admin /usr/local/Frameworks
brew install carthage
brew link carthage
上一篇 下一篇

猜你喜欢

热点阅读