工程使用CocoaPods管理第三方庫,在編譯時出現問題
spa
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.code
解決辦法: 進入到工程目錄orm
pod install