错误信息如下
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.
zhangdeMacBook-Pro:iOSApp_base zhang$ pod install
Updating local specs repositories
Creating shallow clone of spec repo `master` from `https://github.com/CocoaPods/Specs.git`
Analyzing dependencies
Downloading dependencies
Installing AFNetworking 2.5.0 (was 2.5.0)
Installing CTAssetsPickerController (2.9.3)
Installing DACircularProgress (2.2.0)
Installing MBProgressHUD (0.9.1)
Installing MWPhotoBrowser (1.4.1)
Installing PSTCollectionView (1.2.3)
Installing SDWebImage (3.7.2)
Installing SVProgressHUD 1.1.2 (was 1.1.2)
Generating Pods project
Integrating client project
Sending stats
zhangdeMacBook-Pro:iOSApp_base zhang$
本文介绍了如何解决因Podfile.lock文件不同步导致的错误。通过运行'pod install'命令来更新依赖项并同步Podfile.lock文件,确保项目正常工作。
6004

被折叠的 条评论
为什么被折叠?



