diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory er

下载带有cocoapods管理第三方库的工程,运行时会出现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.


解决办法是:cd 到工程目录

在执行命令:pod install

你可能感兴趣的:(iOS)