Flutter项目IOS真机调试及遇到的问题

论坛 期权论坛 编程之家     
选择匿名的用户   2021-6-2 16:12   1284   0

问题一错误信息:

warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions

is 9.0 to 14.0.99. (in target 'connectivity' from project 'Pods')

解决:将下述内容添加在PodFile的最下方

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

问题二错误信息:

Signing for "xxx" requires a development team. Select a development team

解决:安装Xcode,用xcode打开 flutter项目/ios/Runner.xcworkspace 这个文件,选择团队

问题三不受信任的开发者

解决方式:打开手机上的"设置->通用->设备管理->开发者应用",进入以后,点击"信任 xxxxx@xxx.com"

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP