songqian27 发表于 2018-3-20 17:29:03

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。仍然报错

songqian27 发表于 2018-3-20 17:30:21

我的好像也是这个问题。

songqian27 发表于 2018-3-20 17:31:41

请问各位大牛有知道原因的吗?????????

songqian27 发表于 2018-3-21 10:30:49

棘手的问题
页: [1]
查看完整版本: ios端开发 cordova 使用pod 导入第三方时报错