Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -sdk iphoneos15.2 -project [PackagePath]/HBuilder.xcodeproj -archivePath [PackagePath]/XArchive/HBuilder.xcarchive -scheme HBuilder CONFIGURATION=Release
User defaults from command line:
IDEArchivePathOverride = [PackagePath]/XArchive/HBuilder.xcarchive
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
CONFIGURATION = Release
SDKROOT = iphoneos15.2
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 3495387e69b8a41c24146ecdf0930589
Build description path: /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-dssijvwyawglzxcgpgxbwndtjzob/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/IntermediateBuildFilesPath/XCBuildData/3495387e69b8a41c24146ecdf0930589-desc.xcbuild
note: Build preparation complete
note: Building targets in dependency order
error: Provisioning profile \"zhiniu20220506\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"zhiniu20220506\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder')--- xcodebuild: WARNING: Using the first of multiple matching destinations:
5 个回复
p***@sina.com (作者)
https://ide.dcloud.net.cn/build/errorLog/048425b0-0820-11ed-925c-9d742d6f987c 日志详情
enderX
error: Provisioning profile \"zhiniu20220506\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"zhiniu20220506\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder')--- xcodebuild: WARNING: Using the first of multiple matching destinations:
查一下证书配置吧
另外,你帐号上的设备 id 都暴露出来了
p***@sina.com (作者)
好的,多谢
2022-07-20 19:51
BoredApe - 有问题就会有答案。
参考文档:iOS云打包如何设置通用链接等Capabilities配置
开启
Associated Domains
服务后需要重新生成profile
文件[已删除]
可以试试appuploader,亲身体验,新手七天免费体验,链接:http://www.applicationloader.net/,希望可以帮助到你!
不小心
请问解决了吗?怎么弄得啊