fastlane failed to receive a connection from the FastlaneRunner binary after 5 seconds

在执行fastlane的时候,ctrl +z 杀死进程之后,在执行就会报这个错误。

解决办法:

终端执行

$ ps -A | grep -i fastlane

显示fastlane运行中的进城

30090 ??         0:11.04 ruby /Users/<redacted>/.rvm/gems/ruby-2.6.0/bin/fastlane test --verbose    
30154 ttys000    0:00.01 sh -c set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace ./<redacted>.xcworkspace -scheme <redacted>_iOS\ Prod -destination 'platform=iOS Simulator,id=52D9686C-79BB-4D98-8A05-FDF3FB659BA5' -derivedDataPath '/Users/<redacted>/Library/Developer/Xcode/DerivedData/<redacted>-cftrijcalkbyledyzrsthsbefqmz' build test | tee '/Users/<redacted>/Library/Logs/scan/<redacted>_iOS-<redacted>_iOS Prod.log' | xcpretty  --report html --output '/Users/<redacted>/bamboo-agent-home/xml-data/build-dir/<redacted>/fastlane/test_output/report.html' --report junit --output '/Users/<redacted>/bamboo-agent-home/xml-data/build-dir/<redacted>/fastlane/test_output/report.junit' --report junit --output '/var/folders/0m/v5x0gd316qn4msj39z81_yym0000gp/T/junit_report20200319-30090-b9dtoq' 
30157 ttys000    0:05.37 /Users/<redacted>/.rvm/rubies/ruby-2.6.0/bin/ruby /Users/<redacted>/.rvm/gems/ruby-2.6.0/bin/xcpretty --report html --output /Users/<redacted>/bamboo-agent-home/xml-data/build-dir/<redacted>/fastlane/test_output/report.html --report junit --output /Users/<redacted>/bamboo-agent-home/xml-data/build-dir/<redacted>/fastlane/test_output/report.junit --report junit --output /var/folders/0m/v5x0gd316qn4msj39z81_yym0000gp/T/junit_report20200319-30090-b9dtoq
65854 ttys001    0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn -i fastlane
65139 ttys002    0:00.00 sh -c ./fastlane/FastlaneRunner lane test logMode verbose swiftServerPort 2000 > /dev/null
65140 ttys002    0:00.10 ./fastlane/FastlaneRunner lane test logMode verbose swiftServerPort 2000
65507 ttys002    0:00.00 sh -c ./fastlane/FastlaneRunner lane test logMode verbose swiftServerPort 2000 > /dev/null
65508 ttys002    0:00.06 ./fastlane/FastlaneRunner lane test logMode verbose swiftServerPort 2000

然后依次杀死进程即可

kill -9 30154
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • // com.adobe.flash.listen settings.gradle 定义项目包含那些模块app.i...
    zeromemcpy阅读 5,630评论 0 1
  • 多网卡绑定 ss 和 netstat 用来查看已启动的进程和端口的对应关系lsof -i :80 查看80端口...
    大白菜运维阅读 3,613评论 1 0
  • linux资料总章2.1 1.0写的不好抱歉 但是2.0已经改了很多 但是错误还是无法避免 以后资料会慢慢更新 大...
    数据革命阅读 14,254评论 2 33
  • 计算机系统漫游 代码从文本到可执行文件的过程(c语言示例):预处理阶段,处理 #inlcude , #defin...
    willdimagine阅读 9,063评论 0 5
  • 参考自:http://www.code4app.com/blog-363485-1856.html发布到蒲公英案例...
    farawei阅读 4,410评论 0 51

友情链接更多精彩内容