0
点赞
收藏
分享

微信扫一扫

Django Celery技术详解

柠檬的那个酸_2333 2024-06-01 阅读 11
ios

问题

使用 xcode 跑项目真机调试的时候,一直报错 Command PhaseScriptExecution failed with a nonzero exit code
在这里插入图片描述

解决

最终靠以下方法解决

  1. 删除Podfile.lock文件
  2. 删除Pods文件
  3. 删除.xcworkspace文件
  4. Pod install
  5. Command+Shift+K 清理一下缓存

亲测有效

举报

相关推荐

0 条评论