b***@qq.com
b***@qq.com
  • 发布:2023-07-12 11:29
  • 更新:2023-07-29 10:29
  • 阅读:762

【报Bug】The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0,

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win11

HBuilderX类型: 正式

HBuilderX版本号: 3.8.7

手机系统: iOS

手机系统版本号: iOS 15

手机厂商: 苹果

手机机型: 7

页面类型: vue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99.

预期结果:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99.

实际结果:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99.

bug描述:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99.

2023-07-12 11:29 负责人:无 分享
已邀请:
喜欢技术的前端

喜欢技术的前端 - QQ---445849201

是使用Xcode 打包报的错吗

D云社区_鹏

D云社区_鹏

就是云打包,传统打包报的错,我这儿有错误提示:
[PackagePath]/HBuilder.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'HBuilder' from project 'HBuilder')
简单理解就是xcdoe14打包必须要11.0版本开始,但是我们的包里设置的9.0开始,所以打包失败。这里HBuilder也不知道在哪儿设置,希望官方尽快解决这个问题。不然IOS云打包的传统打包就用不了

  • DCloud_iOS_WZT

    这只是个警告 不是报错 不影响你打包 如果报错了去看error 信息

    2023-07-29 12:08

  • D云社区_鹏

    我看了完整配置https://uniapp.dcloud.net.cn/tutorial/app-manifest.html,ios里可以设置打包版本最低11开始。就没报这个错了

    2023-07-30 11:38

要回复问题请先登录注册