小静
小静
  • 发布:2021-07-22 13:56
  • 更新:2021-07-22 14:45
  • 阅读:455

云打包ios 报错

分类:uni-app

Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -sdk iphoneos14.5 -project [PackagePath]/HBuilder.xcodeproj -archivePath [PackagePath]/XArchive/HBuilder.xcarchive -scheme HBuilder CONFIGURATION=Release

User defaults from command line:
IDEArchivePathOverride = [PackagePath]/XArchive/HBuilder.xcarchive
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
CONFIGURATION = Release
SDKROOT = iphoneos14.5

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
error: Provisioning profile \"tdwapp\" doesn't support the Sign in with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"tdwapp\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')
ARCHIVE FAILED

Error code = 0
Error message:
opendir([PackagePath]/XArchive/exportArchive): failed to open dir: No such file or directory

2021-07-22 13:56 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

苹果证书,没有开启“使用Apple登录”功能。到苹果开发者中心开启,重新生成证书后再打包。

  • 小静 (作者)

    感谢

    2021-07-22 16:01

该问题目前已经被锁定, 无法添加新回复