2***@qq.com
2***@qq.com
  • 发布:2023-07-25 11:58
  • 更新:2023-07-25 14:20
  • 阅读:545

ios云打包报错 ‘’is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99

分类:uni-app

Appid: UNI1ABFB1C
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos16.4 -project [PackagePath]/HBuilder.xcodeproj

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
SDKROOT = iphoneos16.4

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: b5d5a8cc44556b38f3021e345c681711
Build description path: [PackagePath]/build/XCBuildData/b5d5a8cc44556b38f3021e345c681711.xcbuilddata

warning: Building targets in manual order is deprecated - check \"Parallelize build for command-line builds\" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
[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')
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"fc5.1\" expired on Jul 4, 2023. (in target 'HBuilder' from project 'HBuilder')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking \"Based on dependency analysis\" in the script phase. (in target 'HBuilder' from project 'HBuilder')2023-07-25 11:44:39.480 xcodebuild[31498:540850] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
BUILD FAILED

2023-07-25 11:58 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com (作者)

修改配置文件
"ios" : {
"deploymentTarget" : "11",
}

BoredApe

BoredApe - 有问题就会有答案。

[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"fc5.1\" expired on Jul 4, 2023. (in target 'HBuilder' from project 'HBuilder')

profile文件过期了。重新生成

要回复问题请先登录注册