如何使Fastlane使用特定版本的OpenSSL

时间:2019-07-19 17:27:29

标签: ios openssl rubygems fastlane

我要

  

对等连接重置

运行fastlane get_provisioning_profile时。我的理论是我的fastlane安装未使用正确的openssl版本。

我通过brew install openssl安装了openssl。

bundle exec openssl version返回1.0.2s 28 May 2019

openssl version返回1.0.2s 28 May 2019

但是当我运行bundle exec fastlane env时,它使用的是1.0.2g 1 Mar 2016。 我正在使用fastlane 2.127

是否有一种方法可以告诉Fastlane使用brew安装的版本或更好地使用1.1.1?

在此处填写环境:https://github.com/fastlane/fastlane/issues/15051

  

〜/ .bash_profile

export PATH="/usr/local/opt/openssl/bin:$PATH"
export PATH="/usr/local/bin:$PATH"

0 个答案:

没有答案