当前位置:Gxlcms >
数据库问题 >
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install
时间:2021-07-01 10:21:17
帮助过:12人阅读
I. Project Cleanup
- In the project navigator, select your project
- Select your target
- Remove all libPods*.a in Linked Frameworks and Libraries
II. Update CocoaPods
- Launch Terminal and go to your project directory.
- Update CocoaPods using the command
pod install
注意,1.3很重要。
版权声明:本文为博主原创文章,未经博主允许不得转载。
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install
标签:cocoapods