3***@qq.com
3***@qq.com
  • 发布:2020-06-15 16:55
  • 更新:2021-04-24 09:35
  • 阅读:2744

【报Bug】苹果登录勾选上,打包就失败

分类:HBuilderX

产品分类: HbuilderX

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10 64位

HBuilderX版本号: 2.7.12

操作步骤:

Appid: com.huaqimy.huaqimy
Build settings from command line:
SDKROOT = iphoneos13.2

note: Using new build system
note: Planning build
note: Constructing build description
error: Provisioning profile \"HuaqiDev\" doesn't support the Sign In with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"HuaqiDev\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')
BUILD FAILED

预期结果:

Appid: com.huaqimy.huaqimy
Build settings from command line:
SDKROOT = iphoneos13.2

note: Using new build system
note: Planning build
note: Constructing build description
error: Provisioning profile \"HuaqiDev\" doesn't support the Sign In with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"HuaqiDev\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')
BUILD FAILED

实际结果:

Appid: com.huaqimy.huaqimy
Build settings from command line:
SDKROOT = iphoneos13.2

note: Using new build system
note: Planning build
note: Constructing build description
error: Provisioning profile \"HuaqiDev\" doesn't support the Sign In with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"HuaqiDev\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')
BUILD FAILED

bug描述:

Appid: com.huaqimy.huaqimy
Build settings from command line:
SDKROOT = iphoneos13.2

note: Using new build system
note: Planning build
note: Constructing build description
error: Provisioning profile \"HuaqiDev\" doesn't support the Sign In with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"HuaqiDev\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')
BUILD FAILED

我测试过了,如果不勾选sdk登录鉴权的苹果登录,是可以正常打包,电脑都重启试过了,勾选上了就是打包报错

2020-06-15 16:55 负责人:DCloud_App_Array 分享
已邀请:
chenli

chenli

要是用苹果登录,还得配置描述文件支持苹果登录才可以打包,报的就是说你的描述文件里没有支持苹果登录

SimpleJalon

SimpleJalon - 个人承接PHP、uniapp项目,有案例,联系QQ 615773740,不接受外地工作,可付费提供技术支持。添加QQ时务必备注来意以及添加渠道,渠道可以写:`uniapp`

https://ask.dcloud.net.cn/article/36651

4***@qq.com

4***@qq.com

Appid: UNIB16116A
Build settings from command line:
SDKROOT = iphoneos13.2

note: Using new build system
note: Planning build
note: Constructing build description
error: Provisioning profile \"MomselfAppDistributionProfile\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"MomselfAppDistributionProfile\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder')
BUILD FAILED

打包报这个错是什么原因呢,能否提供给下解决方案

2***@qq.com

2***@qq.com - 介绍什么也没说

谁解决了这个问题了,发一下解决办法

a***@163.com

a***@163.com

二楼的可以啊,感觉是这个问题,我那个就是文件里面没有授权苹果登录,按着Dloud官方给的走的,但是hbuider的IOS打包也说了,如果需要第三方登录(如微信,必须添加苹果登录),我好像是添加服务的时候没有添加苹果登录。
其实翻译一下这句话就知道是哪个文件没有加苹果登录权限。这个是个坑啊,我昨天搞了一天这个,结果今天看到了
error: Provisioning profile \"XXXX\" doesn't support the Sign in with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"XXXX\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')

XXXX文件里面没有苹果登录授权

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