zoukankan      html  css  js  c++  java
  • CocoaPods did not set the base configuration of your project 问题解决方式

    今天在使用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.



    解决方式例如以下:



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


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

  • 相关阅读:
    常见面试题1
    勒索病毒防范方法
    VMware虚拟机打开后不兼容
    win10桌面显示我的电脑设置
    scala集合和Java集合对应转换操作
    scala中使用redis
    爬虫调研
    hadoop命令
    IDEA打jar包
    spark.mllib
  • 原文地址:https://www.cnblogs.com/slgkaifa/p/6752368.html
Copyright © 2011-2022 走看看