无
- 发布:2023-03-16 14:55
- 更新:2023-03-16 15:49
- 阅读:249
【报Bug】ios打包报错Provisioning profile \"wnengxiao_pp\" doesn't support the Associated Domains capability
示例代码:
操作步骤:
云端打包
云端打包
预期结果:
打包成功
打包成功
实际结果:
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: c631c038c50b789a962cbc5b6d2ec0be
Build description path: [PackagePath]/build/XCBuildData/c631c038c50b789a962cbc5b6d2ec0be-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 \"wnengxiao_pp\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"wnengxiao_pp\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder') BUILD FAILED
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: c631c038c50b789a962cbc5b6d2ec0be
Build description path: [PackagePath]/build/XCBuildData/c631c038c50b789a962cbc5b6d2ec0be-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 \"wnengxiao_pp\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"wnengxiao_pp\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder') BUILD FAILED
bug描述:
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: c631c038c50b789a962cbc5b6d2ec0be
Build description path: [PackagePath]/build/XCBuildData/c631c038c50b789a962cbc5b6d2ec0be-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 \"wnengxiao_pp\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"wnengxiao_pp\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder') BUILD FAILED
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
iOS云打包如何设置通用链接等Capabilities配置:https://ask.dcloud.net.cn/article/36393
开启Associated Domains服务后需要重新生成profile文件
1***@qq.com (作者)
好的,谢谢
2023-03-16 15:57