原文鏈接:
http://www.cnblogs.com/jordanYang/p/6244031.html(怕鏈接失效,復(fù)制一份)
錯(cuò)誤:
[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 in]
在執(zhí)行第三方demo的時(shí)候出現(xiàn)以下提示錯(cuò)誤:
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.
百度之后得出以下方案:
方案一:
command+Q 退出 Xcode立肘,重新執(zhí)行pod install,之后再重新打開Xcode運(yùn)行。
正常 方案一: 即可解決問題.
方案二:
稍微麻煩一點(diǎn),刪除以下文件:
xcworkspacePodfile.lockPods文件夾~/Library/Developer/Xcode/DerivedData路徑下對(duì)應(yīng)工程的文件夾
之后重新執(zhí)行pod install --verbose --no-repo-update
方案三:
1.設(shè)置Configurations
選中Project->選擇Info tab->看看Configurations是不是被設(shè)置為 None了,如果是None的話請(qǐng)改為Pods竹椒,如圖:
2.修改Pods腳本文件路徑:
右鍵工程根目錄下的xxx.xcodeproj文件,顯示包內(nèi)容
雙擊打開project.pbxproj文件
查找"resources.sh", 把路徑改為如下紅框處:
重新打開工程(雙擊workspace文件),到此應(yīng)該是能正常編譯運(yùn)行了.
方案四:
1.找到項(xiàng)目根目錄下的Podfile.lock文件,和Pods文件夾下的Manifest.lock文件
2.然后復(fù)制Podfile.lock文件的內(nèi)容替換掉Manifest.lock文件內(nèi)的內(nèi)容,好啦,至此問題解決