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

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

| 开发环境 | 版本号 | 项目创建方式 |
|----------|--------|--------------|
| Xcode    | 12.5   | 命令行       |

Appid: `UNI`D860917  
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


更多关于uni-app IOS云打包出现这个错,有哪位大佬知道怎么弄的实战教程也可以访问 https://www.itying.com/category-93-b0.html

4 回复

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

更多关于uni-app IOS云打包出现这个错,有哪位大佬知道怎么弄的实战教程也可以访问 https://www.itying.com/category-93-b0.html


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

回复 开发侠: 不会影响

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

回到顶部