1.当我使用cordova 创建一个新的项目时。cordova build 成功。
2.然后pod init
3.加入相关第三方 比如(Masonry)
4.pod install
5.编译报错。
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /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.
6.解决删除[CP] Check Pods Manifest.lock 和[CP] Copy Pods Resources 和pod.lock和.xcworkspace文件。然后重新pod install。仍然报错