HBuilderX ios打包失败(已解决)

报错提示:

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 **

原因:

由于苹果iOS 13系统版本安全升级,微信SDK1.8.6版本要求支持Universal Links方式跳转,以便进行合法性校验,如果不配置通用链接,使用新版本HX提交云端打包会失败

解决方法:

 

猜你喜欢

转载自blog.csdn.net/fbqgdxw/article/details/125332833