2***@qq.com
2***@qq.com
  • 发布:2022-09-09 18:21
  • 更新:2022-09-09 19:35
  • 阅读:394

ISO云打包失败

分类:uni-app

打包报错如下,不清楚什么原因,第一次打包iOS

Appid: UNI64DF094
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: 8c2f8701dc27c50f9a67e33c11986aa8
Build description path: [PackagePath]/build/XCBuildData/8c2f8701dc27c50f9a67e33c11986aa8-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 \"meihaolvuniAppProfile\" doesn't support the Associated Domains and Sign in with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"meihaolvuniAppProfile\" doesn't include the com.apple.developer.applesignin and com.apple.developer.associated-domains entitlements. (in target 'HBuilder' from project 'HBuilder') BUILD FAILED

2022-09-09 18:21 负责人:无 分享
已邀请:
DCloud_App_Array

DCloud_App_Array

关键错误信息:

Provisioning profile \"meihaolvuniAppProfile\" doesn't support the Associated Domains and Sign in with Apple capability. (in target 'HBuilder' from project 'HBuilder') 

需要在苹果开发者后台开启Associated Domains和Sign in with Apple能力,重新生成profile文件,再提交云端打包。

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