美文网首页
让所有三方库 目标版本统一

让所有三方库 目标版本统一

作者: 小白lf | 来源:发表于2022-08-11 15:28 被阅读0次

    让所有三方库 目标版本统一

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

    相关文章

      网友评论

          本文标题:让所有三方库 目标版本统一

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