我要
对等连接重置
运行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"