今天在使用pod install的时候。出现了

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `项目名` to `Pods/Target Support Files/Pods-项目名/Pods-项目名.release.xcconfig` or include the `Pods/Target Support Files/Pods-项目名/Pods-项目名.release.xcconfig` in your build configuration.

CocoaPods did not set the base configuration of your project 问题解决方式


解决方式例如以下:

CocoaPods did not set the base configuration of your project 问题解决方式


把第3步箭头所指的地方改成如图所看到的的None就可以。


我出现这问题是由之前的单个target改为了多个target,pod的文件夹结构发生了变化。此时旧的配置项仍然存在。影响了新的。

相关文章:

  • 2021-09-22
  • 2021-12-18
  • 2021-08-20
  • 2021-08-23
  • 2021-11-25
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2021-09-10
  • 2021-12-03
  • 2021-09-07
  • 2021-07-16
  • 2021-05-31
相关资源
相似解决方案