从GitHub上面下载了 跨平台的蓝牙放在XCode 下运行 回出现这个问题 已经用过 flutter packages get , 在android studio 下都没问题. 

Showing All Messages
:-1: /Users/项目路径/ios/Flutter/Debug.xcconfig:1: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig' in search paths (in target 'Runner')

flutter build ios 后出现:

Error output from CocoaPods:
↳Cloning into '/var/folders/tn/1d782flx6z11fczzvkj0cbkh0000gn/T/d20190923-87862-53h87v'...fatal: unable to access 'https://chromium.googlesource.com/webm/libwebp/': Failed to connect to chromium.googlesource.com port 443: Operation timed out[!] Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in yourPodfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

pod install 后出现:

Failed to connect to chromium.googlesource.com port 443: Operation timed out

解决办法:
这是因为terminal没有走代理的流量,
使用git config --global http.proxy "localhost:port",设置代理。
port是端口号,根据不同的vpn不一样,我的端口是10080。
执行 git config --global http.proxy "localhost:10080"

另附 更多其他问题解决方法: https://www.jianshu.com/p/a2a1d1ce2449

could not find included file 'pods/target support files/pods-runner/pods-runner.debug.xcconfig 什么问题相关推荐

  1. iOS12-Swift5-Xcode10 Buildtime错误:/xx/Pods/Target Support Files/Pods-xx/Pods-xx.d

    Xcode-Buildtime错误: /Users/项目路径/Pods/Target Support Files/Pods-当前target名/Pods-当前target名.debug.xcconfi ...

  2. xxx/Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks.sh: line 121: ARCHS[@]: unbound variable

    xxx/Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks.sh: line 121: ARCHS[@]: unbound variable ...

  3. `Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig`

    pod install 警告 CocoaPods did not set the base configuration of your project because your project alr ...

  4. target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target S

    解决方案:Targets->Build Settings->Combined(All)搜索ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES,选中 选项,按下电脑的 ...

  5. iOS-Pods-XX.debug.xcconfig: unable to open file

    从网上下载了一个项目,报错如下: Showing Recent Messages /Users/XX/Desktop/XX/Pods/Target Support Files/Pods-XX/Pods ...

  6. Struts2中导入外部xml文件出现Included file cannot be found错误!

    Struts.xml 文件中导入外部xml文件,需要在Struts.xml文件中加入include元素. ch3.xml文件位于ch3目录中.ch3.xml是一个标准的Struts2配置文件 路径千万 ...

  7. ES组件elasticsearch-head报错 npm ERR! Please include the following file with any support request

    环境Ubuntu 1.报错信息: npm ERR! Please include the following file with any support request: npm ERR! /usr/ ...

  8. Error: Current license file does not support the EP1C6Q240C8/EP3C10E144C8 device

    在安装quartus ii软件遇到了诸多问题(确切的说是破解),google了很多资料,各有说法.在此根据我的了解做个总结. 一.安装问题 一般开发必须含有的两个软件:[针对的是6.0以后,硬软件都分 ...

  9. vue引入组件路径报错“Already included file name ”

    vue进入组件时组件路径报错,报错信息Already included file name 原因:更名时只改变了大小写 解决方案: 引入时路径不添加.vue后缀 修改为其他名字(仅改变字母大小写无效) ...

最新文章

  1. EWS 通过SubscribeToPullNotifications订阅Exchange新邮件提醒
  2. Android Studio2.2.3 通过JNI引用ffmpeg库小结
  3. 中国「人造太阳」刚刚再破纪录:运行时间突破千秒,负责人:为稳态的聚变工程堆奠定基础...
  4. 每日一皮:完美的配合...虽然有点怪...
  5. 结构张量用于区分平坦、边缘、角点区域
  6. aix么把占用的端口释放掉_AIX 环境下Telnet返回提示所有端口已经被占用,处理方法...
  7. chrome启用flash_如何在Google Chrome中启用Adobe Flash Player
  8. Vue3.x 推荐使用 mitt.js
  9. rango php,韩天峰(Rango)的博客
  10. java学习(六)多线程 上
  11. Gedit汇编语法高亮设置
  12. Ceph 撸源码系列(一):Ceph开源项目源代码的关键目录介绍
  13. 摄像头bug查找工作总结
  14. 别在花钱买Java资料了!自学Java必备的干货合集免费给你(含珍藏电子书)
  15. 哨兵系列卫星_美国宇航局 quot;哨兵6quot;海平面与气候观测卫星发射任务将于11月进行...
  16. 不知道如何管理眼镜店?这款管理软件帮助你搞定所有烦恼!
  17. java dateutil 获取时间戳_java获取时间戳的方法
  18. Mysql错误:#1054 - Unknown column '字段名' in 'field list'
  19. 数字逻辑电路——反演规则与对偶规则
  20. Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.mchange.v2.c3p0.ComboPoo

热门文章

  1. 08.ESP8266驱动WS2812彩灯
  2. php命令执行后门,phpstudy后门利用方法及getshell
  3. 手机和电脑基于java的socket简单通信
  4. Java版手机通讯录
  5. 经验总结6—数据发散
  6. 大盘指数是什么意思?
  7. Python+Vue计算机毕业设计在线考试系统yyn45(源码+程序+LW+部署)
  8. 实力技能+1 Get~恭喜北汇新增静态代码测试工具技能考核认证
  9. WooCommerce 商城和电商网站变得简单:分步教程 + 资源
  10. Docker 快速验证 HTML 导出 PDF 高效方案