美文网首页
xcode14.3 DVTCoreDeviceEnabledSt

xcode14.3 DVTCoreDeviceEnabledSt

作者: kaka0203x | 来源:发表于2023-06-22 17:02 被阅读0次

    //修改Podfile文件里面的这一段。

    post_installdo |installer|

    installer.pods_project.targets.eachdo |target|

    flutter_additional_ios_build_settings(target)

    target.build_configurations.eachdo |config|

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

        end

    end

    end

    # post_install do |installer|

    #  installer.pods_project.targets.each do |target|

    #    flutter_additional_ios_build_settings(target)

    #  end

    # end

    相关文章

      网友评论

          本文标题:xcode14.3 DVTCoreDeviceEnabledSt

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