The sandbox is not in sync with the Podfile.lock解決辦法
今天在github上下載了一份程式碼,但是執行時報錯:
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
rm -rf project.xcworkspace
- 然後重新pod install,install完成之後,通過workspace開啟專案即可。
pod install
- 在pod install之前,請確保已經執行pod setup命令。
相關文章
- Myeclipse:resource is out of sync with the file system的解決辦法Eclipse
- The sandbox is not in sync with the Podfile lock Run 'pod install' or
- github慢解決辦法Github
- Grub Rescue解決辦法
- /dev/null解決辦法devNull
- MSBuild Tools解決辦法UI
- 檔案無法粉碎解決辦法
- OpenStack 的NAT解決辦法
- android ExceptionInInitializerError解決辦法AndroidExceptionError
- Could not find *.apk!解決辦法APK
- man出錯解決辦法
- ARP病毒解決辦法
- 公寓噪音的解決辦法
- SSH 連線卡頓解決辦法
- 錕斤拷個人解決辦法
- 資料傾斜解決辦法
- ModuleNotFoundError: No module named ‘DBUtils‘解決辦法Error
- SqlServer鎖表解鎖解決辦法SQLServer
- 跨域問題解決辦法跨域
- github訪問受限解決辦法Github
- win7黑屏解決辦法Win7
- mysql事件關閉解決辦法MySql事件
- EXP-00091解決辦法
- CACTI:ICMPPingError:gethostbynamefailed解決辦法ErrorAI
- SVN被鎖的解決辦法
- ORA-28056的解決辦法
- Eclipse閃退解決辦法Eclipse
- sysctl -P 報錯解決辦法
- 資料庫漏洞解決辦法資料庫
- SAP錯誤提示解決辦法
- job都停了的解決辦法
- 表碎片起因及解決辦法
- 新浪UC無法登入的解決辦法
- Oracle statspack無法收集快照,及解決辦法Oracle
- IIS 之 無法找到該頁 解決辦法
- 無法訪問google picasa的解決辦法Go
- PermissionError: [Errno 13] Permission denied解決辦法Error
- NPM run dev 失敗解決辦法NPMdev