2***@qq.com
2***@qq.com
  • 发布:2023-09-05 11:04
  • 更新:2023-09-05 13:48
  • 阅读:272

【报Bug】ios打包失败,日志看不明白

分类:uni-app

d: UNID887219
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos16.4 -project [PackagePath]/HBuilder.xcodeproj

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
SDKROOT = iphoneos16.4

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: d663404f6dc62b45e29c5d6e66c28fd0
Build description path: [PackagePath]/build/XCBuildData/d663404f6dc62b45e29c5d6e66c28fd0.xcbuilddata

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
[PackagePath]/HBuilder.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'HBuilder' from project 'HBuilder')
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"xixihaha\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"xixihaha\" doesn't include the com.apple.developer.associated-domains entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'HBuilder' from project 'HBuilder')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking \"Based on dependency analysis\" in the script phase. (in target 'HBuilder' from project 'HBuilder')2023-09-05 10:58:56.033 xcodebuild[66750:636807] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
BUILD FAILED

2023-09-05 11:04 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"xixihaha\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')  
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"xixihaha\" doesn't include the com.apple.developer.associated-domains entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'HBuilder' from project 'HBuilder')

参考文档:iOS云打包如何设置通用链接等Capabilities配置
开启Associated Domains服务后需要重新生成profile文件

要回复问题请先登录注册