你好,歡迎來到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\'的講解,對學習IOS蘋果軟件開發有所幫助,與大家分享。

問題描述:

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命令。

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