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 文件,并且我尝试了来自各个站点的许多解决方案,但直到现在我都没有找到解决方案