打自定义基座成功
- 发布:2024-11-28 10:30
- 更新:2024-11-28 10:52
- 阅读:69
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win11
HBuilderX类型: 正式
HBuilderX版本号: 4.15
手机系统: iOS
手机系统版本号: iOS 14
手机厂商: 苹果
手机机型: ios14
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
预期结果:
实际结果:
打自定义基座失败
打自定义基座失败
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