diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory er

在執行第三方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

方案三:
1.設置Configurations

選中Project->選擇Info tab->看看Configurations是否是被設置爲 None了,若是是None的話請改成Pods,如圖:

 

2.修改Pods腳本文件路徑:

  1. 右鍵工程根目錄下的xxx.xcodeproj文件,顯示包內容
  2. 雙擊打開project.pbxproj文件
  3. 查找"resources.sh", 把路徑改成以下紅框處:
  4. 從新打開工程(雙擊workspace文件),到此應該是能正常編譯運行了.
方案四:

1.找到項目根目錄下的Podfile.lock文件,和Pods文件夾下的Manifest.lock文件

2.而後複製Podfile.lock文件的內容替換掉Manifest.lock文件內的內容,好啦,至此問題解決

相關文章
相關標籤/搜索