【发布时间】:2015-05-18 12:25:06
【问题描述】:
我在我的项目中安装了 alamofire。现在我想删除它。所以我从现在为空的 Podfile 中删除了 lib。 然后我启动了
pod install
现在我的项目中有 3 个错误:
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.
我该怎么办?
【问题讨论】:
-
你的 podfile 是什么样子的
-
@DanielGalasko,文件为空
标签: ios objective-c swift cocoapods alamofire