创建Flutter导致Cocoapods 警告的问题
2022-05-23 本文已影响0人
NingSpeals
Cocoapods 警告:CocoaPods 没有设置您项目的基本配置,因为您的项目已经有一个自定义配置集 Cocoapods Warning - CocoaPods did not set the base configuration of your project because because your project already has a custom config set
退出Xcode
rm -rf Pods/ Podfile.lock
pod install