iOS开发:报错The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ …的解决方法

前言

在iOS原生开发的时候,凡是涉及到运行项目之后Xcode提示Build target Runner-Log,是不是每次看到这种报错提示就觉得眼前一黑,头皮发麻?其实也没我说的那么夸张,但是有时候遇到这种问题确实比较费头发。本篇文章就来分享一个常见的问题,但是该问题解决起来不复杂,分享出来,方便后期查阅使用。

重现报错提示

具体在Xcode中的报错提示如下所示:

Showing Recent Messages

diff: /Users/admin/Documents/WorkSpace/Flutter/portal/ios/Pods/Manifest.lock: No such file or directory

error:The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

iOS开发:报错The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ …的解决方法_第1张图片

 

 分析

根据上面的报错提示,Xcode已经告诉了解决方法,但是对于有些时候根据提示直接去'pod install' 是没有用的,这就需要根据具体情况来具体分析

你可能感兴趣的:(大前端开发常识,ios)