240 发简信
IP属地:北京
  • The following build commands failed: PhaseScriptExecution

    xcodebuild报错 : The following build commands failed: PhaseScriptExecution...

  • Resize,w 360,h 240
    GitLab提交代码之后自动触发Jenkins构建

    GitLab服务器和Jenkins服务器可以通过Web Hook的方式进行通信。 1)在Jenkins服务器中,安装GitLab Plugin和...

  • mac sudo: /etc/sudoers is world writable

    今天误操作修改了/etc/sudoers的权限,将它的权限改成了777,结果就导致执行所有sudo的命令都报错。 sudo: /etc/sudo...

  • error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

    今天再更新pod的时候一直报错误,见了如下两个错误: 错误一:解决fatal: unable to access 'https://github...

  • xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

    今天自动化打包,企业包、上传App Store的包都报错。 企业包报错信息: NSLocalizedDescription=exportOpti...

  • iOS 使用lldb 调试UI

    现在我们要在debug调试过程中有时候要调适UI的效果,有时候要hidden,有时候想改变下button的颜色或者字体等,一般情况就要写代码重新...