在项目上安装Fastlane时出错

时间:2016-10-17 11:56:47

标签: ios build itunes fastlane

尝试在我的项目上安装fastlane。

终端:

当我在我的项目所在的目录并尝试安装fastlane时,它出错了,当我输入我的Apple ID它开始登录我时,它抛出:

  

通过对等方重置连接 - SSL_connect

     

在设置过程中出现错误。

该应用程序已在App Store上,但我想在此应用程序上使用fastlane,因此我可以在Mac上的项目中使用它,以便稍后我需要更新。

我该怎么做才能解决这个问题?

1 个答案:

答案 0 :(得分:1)

这不是快速通道特定的 - 它有点ssl红宝石问题。 打了很多工具看:

如果您使用的是rvm,可能以下内容适用于您:

brew upgrade openssl
brew link --force openssl
rvm osx-ssl-certs update all
rvm reinstall ruby-2.1.5 --with-openssl-dir=/usr/local

用您的ruby版本替换2.1.5