更新Cocoapod之后,我重新編譯了一下,結果就報錯了:
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.`
繼續搜索萬能的互聯網,解決方法如下:
關閉現在的工作空間,刪掉以前的xcworkspace,然后重新pod install,install完后,重新打開項目,clean+build項目,運行