hcwh
hcwh
  • 发布:2022-06-09 11:51
  • 更新:2022-06-09 12:09
  • 阅读:760

ios 开发证书打包自定义基座失败

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: windows 10 专业版

HBuilderX类型: 正式

HBuilderX版本号: 3.4.14

手机系统: iOS

手机系统版本号: iOS 15

手机厂商: 苹果

手机机型: iPhone 11

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

Appid: UNICAFAC57
Command line invocation:
/Applications/Xcode. app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos15.2 -project [PackagePath]/HBuilder.xcodeproj

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
SDKROOT = iphoneos15.2

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 6d551851d1693f601ab8a24b9bd0895b
Build description path: [PackagePath]/build/XCBuildData/6d551851d1693f601ab8a24b9bd0895b-desc.xcbuild

note: Build preparation complete
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
error: Provisioning profile \"xcj_p_13\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"xcj_p_13\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder') BUILD FAILED

操作步骤:

正常打包 导入苹果开发证书 描述文件 密码 勾选打包自定义基座

预期结果:

应该是打包成功

实际结果:

打包失败 提示 打包证书不是 App Store 生产证书(Production),不能提交到 App Store 上架审核!
使用开发证书 “iPhone Developer: huanchuangwenhuayouxiangongsi shengzheng (7HH7ZUXFV3)” 打包,只能安装到测试设备

bug描述:

苹果开发证书 打包自己定义基座失败

[HBuilder] 11:39:48.599 项目 GM_dome [UNICAFAC57]的打包状态:
[HBuilder] 11:39:48.599 时间: 2022-06-09 11:39:24 类型: iOS Appstore 打包失败 错误日志: https://ide.dcloud.net.cn/build/errorLog/c17a5690-e7a5-11ec-8f0e-a950252a0871
[HBuilder] 11:39:48.599 【云端打包提示信息】
** 打包证书不是 App Store 生产证书(Production),不能提交到 App Store 上架审核!
使用开发证书 “iPhone Developer: huanchuangwenhuayouxiangongsi shengzheng (7HH7ZUXFV3)” 打包,只能安装到测试设备

2022-06-09 11:51 负责人:无 分享
已邀请:
DCloud_HB_WDL

DCloud_HB_WDL

重点:Provisioning profile \"xcj_p_13\" doesn't support the Associated Domains capability

检查下证书是否支持通用链接

该问题目前已经被锁定, 无法添加新回复