https://ide.dcloud.net.cn/build/errorLog/c2cf2c50-8e07-11ec-bddc-2da2f5d5513d

v***@163.com
- 发布:2022-02-15 10:49
- 更新:2022-02-15 11:22
- 阅读:985
求助ios打包基座错误
分类:uni-app

BoredApe - 有问题就会有答案。
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 \"YinteBusinessTestProfile20220114\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"YinteBusinessTestProfile20220114\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder')** BUILD FAILED **
这个错误是APPLE ID
未开启开启Associated Domains
服务,请参考:iOS云打包如何设置通用链接等Capabilities配置
BoredApe
这个
warning
不影响打包,只需解决Associated Domains
服务未开启问题2022-02-15 12:48