mikan
mikan
  • 发布:2023-09-21 15:08
  • 更新:2023-09-21 15:27
  • 阅读:243

3.8.12 ios云打包报错,帮忙看看

分类:uni-app

Appid: UNIB297ECE
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: c27ad5cd48cd9eab4ba0ff692beb3661
Build description path: [PackagePath]/build/XCBuildData/c27ad5cd48cd9eab4ba0ff692beb3661.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 \"zhiyebang\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"zhiyebang\" 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-21 14:57:46.734 xcodebuild[83893:1081276] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
BUILD FAILED

2023-09-21 15:08 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"zhiyebang\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder')  
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"zhiyebang\" 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文件

  • mikan (作者)

    感谢,可以了

    2023-09-21 16:28

JiYis

JiYis - JiYis

Provisioning profile \"zhiyebang\" doesn't include the com.apple.developer.associated-domains entitlement

你的Profile没包含这个功能,勾选配置后重新生成,然后打包就好了

  • mikan (作者)

    感谢,可以了

    2023-09-21 16:29

要回复问题请先登录注册