Automatically assigning platform ios
with version 9.0
on target Runner
because no platform was specified. Please specify a platform for this target in your Podfile
在mac上使用引用了第三方库,发现报错,解决步骤如下:
解决办法:
1 2 3 |
# Uncomment this line to define a global platform for your project # platform :ios, '9.0' platform :ios, '9.0' #增加的内容 |
原文连接
的情况下转载,若非则不得使用我方内容。