問題出現(xiàn)原因:
從github上clone 的代碼 pod install 之后出現(xiàn)了問題
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.`
解決辦法 刪除掉工程中的.xcworkspace 文件 然后重新執(zhí)行 pod install 就可以了