fastlane 运行报错集

2023-09-17  本文已影响0人  devileatapple

xcodebuild -showBuildSettings timed out after 4 retries with a base timeout of 3. You can override the base timeout value with the environment variable FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT, and the number of retries with the environment variable FASTLANE_XCODEBUILD_SETTINGS_RETRIES 

解决方案需要设置fastlane的超时时间

export FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=120

上一篇 下一篇

猜你喜欢

热点阅读