美文网首页适配
The iOS deployment target 'IPHON

The iOS deployment target 'IPHON

作者: Smallwolf_JS | 来源:发表于2020-09-18 22:56 被阅读0次

错误日志

warning: 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.0.99. (in target 'flutter_local_notifications' from project 'Pods')
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

相关文章

网友评论

    本文标题:The iOS deployment target 'IPHON

    本文链接:https://www.haomeiwen.com/subject/sxnlyktx.html