ujoin_wql
ujoin_wql
  • 发布:2024-11-28 10:30
  • 更新:2024-11-28 10:52
  • 阅读:69

【报Bug】IOS打自定义基座失败,

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 4.15

手机系统: iOS

手机系统版本号: iOS 14

手机厂商: 苹果

手机机型: ios14

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

预期结果:

打自定义基座成功

实际结果:

打自定义基座失败

bug描述:

项目 4.0.0-snapshot-beta [UNI6D0B64E]的打包状态: [HBuilder] 10:24:03.620
时间: 2024-11-28 10:22:54 类型: iOS Appstore(真机) 打包失败 错误日志: https://app.liuyingyong.cn/build/errorLog/ac566940-ad2f-11ef-ba40-93509402b71f

2024-11-28 10:30 负责人:DCloud_App_Array 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"yyim\" doesn't support the App Groups and Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')  
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"yyim\" doesn't include the com.apple.developer.associated-domains and com.apple.security.application-groups entitlements. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'HBuilder' from project 'HBuilder')

参考文档:iOS云打包如何设置通用链接等Capabilities配置
开启Associated Domains服务后需要重新生成profile文件

  • ujoin_wql (作者)

    我勾选上的,Associated Domains,但是报错:

    [PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"yyim\" doesn't support the App Groups capability. (in target 'HBuilder' from project 'HBuilder')

    [PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"yyim\" doesn't include the com.apple.security.application-groups entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'HBuilder' from project 'HBuilder')

    2024-11-28 11:07

  • ujoin_wql (作者)

    是我要勾选上App Groups吗?

    2024-11-28 11:07

  • BoredApe

    回复 ujoin_wql: 勾选后重新生成描述文件了吗

    2024-11-28 11:16

  • ujoin_wql (作者)

    回复 BoredApe: 重新生成了

    2024-11-28 11:58

  • ujoin_wql (作者)

    回复 ujoin_wql: 回复 BoredApe: 我直接编辑了之前的证书,然后重新保存,下载的,这样可以吗?

    2024-11-28 11:59

  • BoredApe

    回复 ujoin_wql: 编辑APPID勾选通用链接,然后编辑profile。重新下载

    2024-11-28 14:18

  • ujoin_wql (作者)

    回复 BoredApe: 大佬,我这个是app端,在哪里设置“编辑APPID勾选通用链接,然后编辑profile”

    2024-11-28 14:55

  • ujoin_wql (作者)

    是在manifest.json里面添加, "universal_links": {

    "android": {

    "schemes": ["yourdomain"]

    },

    "ios": {

    "paths": ["/yourpath"]

    }

    },可是yourdomain和yourpath设置什么呢?没太懂?

    2024-11-28 14:57

  • BoredApe

    回复 ujoin_wql: 苹果开发者中心

    2024-11-28 16:45

要回复问题请先登录注册