cocoapod安装过程中Bug

在cocoapod安装过程中遇到:

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.

解决:

删除pod、重新pod install 

原文地址:https://www.cnblogs.com/ITliufei/p/5768495.html