本文主要是介绍Cocoapods 报警告Automatically assigning platform ios with version 9.0 on target....,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
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前面的注销# 符号去掉 就可以了
这篇关于Cocoapods 报警告Automatically assigning platform ios with version 9.0 on target....的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!