xcode 编译遇到这样的情况  :

Permission denied Command PhaseScriptExecution failed with a nonzero exit code 

一些老项目的 pods 时,会出现编译失败的会出现,尝试手动清理总是不彻底,一个有效的解决方式是安装 pods 清理工具,然后cd到项目,清理项目中 pods 的关联后,再重新 

pod install

安装清理工具

sudo gem install cocoapods-deintegrate cocoapods-clean复制代码

清理

 

$ pod deintegrate
$ pod clean



掘金地址:https://juejin.im/post/5c8f6760e51d4555f4517658

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2021-07-10
  • 2021-07-16
  • 2022-12-23
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案