美文网首页
去警告warning: The iOS deployment t

去警告warning: The iOS deployment t

作者: yaoyao_IOS | 来源:发表于2019-12-03 17:47 被阅读0次

    在podFile中最下方添加以下代码,重新执行pod install即可

    post_install do |installer|
        installer.pods_project.targets.each do |target|
            target.build_configurations.each do |config|
                config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
            end
        end
    end
    

    相关文章

      网友评论

          本文标题:去警告warning: The iOS deployment t

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