The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99

  • 内容
  • 评论
  • 相关

post_install do |installer|

 installer.pods_project.targets.each do |target|

  target.build_configurations.each do |config|

   config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'

  end

 end

end

评论

0条评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注