美文网首页
fastlane 运行报错集

fastlane 运行报错集

作者: devileatapple | 来源:发表于2023-09-17 15:43 被阅读0次

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

相关文章

网友评论

      本文标题:fastlane 运行报错集

      本文链接:https://www.haomeiwen.com/subject/kedwvdtx.html