你的位置:首页 > 信息动态 > 新闻中心
信息动态
联系我们

flutter desktop 解决macos版本冲突 require minimum

2021/12/10 23:52:38

 macos->podfile文件
 
 post_install do |installer|
   installer.pods_project.targets.each do |target|

     target.build_configurations.each do |config|
       config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = 11.1

     end
   end
 end

Specs satisfying the 'firebase_admob', but they required a higher minimum deployment target in Flutter

Ask Question


头顶的也改一下platform :osx, '12.1'