报错问题

ios启动遇到’value’ is unavailable: introduced in iOS 12.0

ios/podfile文件中添加以下代码

在这里插入图片描述

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

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐