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
时间: 2024-12-26 21:04:47