ios端开发 cordova 使用pod 导入第三方时报错
1.当我使用cordova 创建一个新的项目时。cordova build 成功。2.然后pod init
3.加入相关第三方 比如(Masonry)
4.pod install
5.编译报错。
PhaseScriptExecution \ 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.解决删除 Check Pods Manifest.lock 和 Copy Pods Resources 和pod.lock和.xcworkspace文件。然后重新pod install。仍然报错 可以在这个大神群问问 群号419615771
页:
[1]