【发布时间】:2019-04-11 14:53:09
【问题描述】:
Run custom shell script 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.
我正在使用 ionic 3,我想在 ios 中构建我的应用程序,但这会产生上述问题。
我试过了
pod install,
pod update,
reinstall of cocoapods,
pod cache clean**,**cocoapods deintergrate**,**restart of my project,
clean and build of my project
没有任何效果,我在 Xcode 项目的每个构建中从构建阶段删除了 libpods.a 文件,并且我尝试了来自各个站点的许多解决方案,但直到现在我还没有得到解决方案
【问题讨论】:
-
请提供完整的错误消息和构建中使用的 ionic 命令,包括您的 xcode 版本。
标签: ios xcode ionic-framework ionic3 cocoapods