打包报错如下,不清楚什么原因,第一次打包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
1 个回复
DCloud_App_Array
关键错误信息:
需要在苹果开发者后台开启Associated Domains和Sign in with Apple能力,重新生成profile文件,再提交云端打包。