如何修复错误:错误0xe800007e:设备操作系统版本太低。离子的 [英] How to fix error : Error 0xe800007e: The device OS version is too low. ionic

查看:701
本文介绍了如何修复错误:错误0xe800007e:设备操作系统版本太低。离子的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试运行我的离子应用程序

i try to run my ionic app

使用此行离子运行ios --device
但它停止没有错误
所以我尝试运行cordova:cordova运行ios --device我得到了这个错误:

with this line ionic run ios --device But it stop without error so i try to run with cordova: cordova run ios --device and i got this error :

[!! ]错误0xe800007e:设备操作系统版本太低。 AMDeviceSecureInstallApplication(0,device,url,options,install_callback,0)
错误:命令的错误代码253:带有args的ios-deploy: - justlaunch, - no-wifi,-d,-b,/ PathToMyAp

所以我设置了所需的最低版本
< preference name =deployment-targetvalue =7.0/>
但似乎被忽略

so i set the minimum version required <preference name="deployment-target" value="7.0" /> but it seems be ignored

有人可以帮我吗?

推荐答案

您需要将构建设置中的部署目标设置为您需要的最低iOS版本。

You need to set the Deployment target in the build settings to the minimum iOS version you require.

一般准则是设置:


  • 基础SDK到最新的

  • 部署目标到你支持的最低版本。

另外 - 检查你的Info.plist文件中的 MinimumOSVersion key。

Also - check your Info.plist file for the MinimumOSVersion key.

问候。

这篇关于如何修复错误:错误0xe800007e:设备操作系统版本太低。离子的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆