iOS diff: /../Podfile.lock: No such file or directory~ 解决方法

//联系人:石虎QQ:1224614774昵称:嗡嘛呢叭咪哄

一、错误~文字显示:

diff: /../Podfile.lock: No such file or directory

diff: /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 diff: /../Podfile.lock: No such file or directory~ 解决方法_第1张图片

三、解决方法:

$ pod install

$ pod deintegrate --verbose

$ pod install

谢谢!!!

你可能感兴趣的:(iOS diff: /../Podfile.lock: No such file or directory~ 解决方法)