Cocoapods 报警告Automatically assigning platform ios with version 9.0 on target....

来源:互联网 发布:渲染软件 编辑:程序博客网 时间:2024/06/08 20:17

Automatically assigning platform ios with version 9.0 on target 你的工程名称 because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`

这是在使用cocoapods安装三方库配置podfile之后的一个警告信息。


只需要将第二行platform前面的注销# 符号去掉  就可以了

1 0