你好,歡迎來到IOS教程網

 Ios教程網 >> IOS編程開發 >> IOS開發綜合 >> GitHub 上下載代碼運轉報錯 :The sandbox is not sync with the Podfile.lock\

GitHub 上下載代碼運轉報錯 :The sandbox is not sync with the Podfile.lock\

編輯:IOS開發綜合

這裡講述的是GitHub 上下載代碼運轉報錯 :'The sandbox is not sync with the Podfile.lock\'的闡明,詳細操作請看面的內容

問題描繪:

github下載的Demo,很多時分運用到CocoaPods,有的時分由於依賴關系或許版本問題不能編譯運轉。呈現例如The sandbox is not sync with the Podfile.lock問題時分,如下所示

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.` 
處理方案

封閉以後的任務空間,刪除掉文件夾中的workspace,然後重新pod install,install完成之後,經過workspace翻開任務空間,clean+build即可,如下所示

rm -rf MyProject.xcworkspace 
pod install 

在pod install之前,請確保曾經執行pod setup命令。

謝謝您的訪問.

【GitHub 上下載代碼運轉報錯 :'The sandbox is not sync with the Podfile.lock\'】的相關資料介紹到這裡,希望對您有所幫助! 提示:不會對讀者因本文所帶來的任何損失負責。如果您支持就請把本站添加至收藏夾哦!

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved