每日必学网
每日必学网
  • 发布:2021-10-22 10:24
  • 更新:2021-10-22 12:31
  • 阅读:760

IOS云打包出现这个错,有哪位大佬知道怎么弄哦

分类:uni-app

Appid: UNID860917
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -sdk iphoneos14.5 -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 = iphoneos14.5

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
error: Provisioning profile \"appStore\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"appStore\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder')
ARCHIVE FAILED

Error code = 0
Error message:
opendir([PackagePath]/XArchive/exportArchive): failed to open dir: No such file or directory

2021-10-22 10:24 负责人:无 分享
已邀请:
天生DR

天生DR - 天生我材必有用

你的描述文件 不支持 .associated-domains 重新生成

  • 开发侠

    我新增了这个权限的话 需要重新生成描述文件 会影响已经上架的APP不?

    2022-01-17 16:11

  • 天生DR

    回复 开发侠: 不会影响

    2022-01-17 16:30

  • 天生DR

    回复 开发侠: 你再传新版本 用新的证书和描述文件即可

    2022-01-17 16:30

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