HBuilderX ios packaging failed (solved)

Error message:

Appid: 
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: 7722475a34cecc9ac3a05a610da20c4a
Build description path: [PackagePath]/build/XCBuildData/7722475a34cecc9ac3a05a610da20c4a-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 \"BodorMesDescriptionFile\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"BodorMesDescriptionFile\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder')** BUILD FAILED **

reason:

Due to the security upgrade of Apple's iOS 13 system version, the WeChat SDK version 1.8.6 requires the support of Universal Links jumps for legality verification. If the Universal Links are not configured, the cloud packaging submission using the new version HX will fail

Solution:

 

 

 

 

 

Guess you like

Origin blog.csdn.net/fbqgdxw/article/details/125332833