在執行第三方demo的時候出現如下提示錯誤:xcode
diff: /../Podfile.lock: No such file or directoryspa
diff: /Manifest.lock: No such file or directorycode
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.blog
百度以後得出如下方案:it
command+Q 退出 Xcode,從新執行pod install,以後再從新打開Xcode運行。io
正常 方案一: 便可解決問題.編譯
稍微麻煩一點,刪除如下文件:百度
xcworkspace
Podfile.lock
Pods文件夾
~/Library/Developer/Xcode/DerivedData路徑下對應工程的文件夾date
以後從新執行pod install --verbose --no-repo-updatefile
選中Project->選擇Info tab->看看Configurations是否是被設置爲 None了,若是是None的話請改成Pods,如圖:
2.修改Pods腳本文件路徑:
1.找到項目根目錄下的Podfile.lock文件,和Pods文件夾下的Manifest.lock文件
2.而後複製Podfile.lock文件的內容替換掉Manifest.lock文件內的內容,好啦,至此問題解決