liushushan
liushushan
  • 发布:2020-11-19 14:18
  • 更新:2021-05-06 14:59
  • 阅读:2300

IOS云打包出现这个错

分类:uni-app

Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos14.1 -project /Users/seaman安装包制作目录/HBuilder.xcodeproj

Build settings from command line:
SDKROOT = iphoneos14.1

note: Using new build system
note: Planning build
note: Constructing build description
error: Provisioning profile \"hexieHealthApp\" doesn't support the Sign in with Apple capability. (in target 'HBuilder' from project 'HBuilder')
error: Provisioning profile \"hexieHealthApp\" doesn't include the com.apple.developer.applesignin entitlement. (in target 'HBuilder' from project 'HBuilder')
BUILD FAILED

2020-11-19 14:18 负责人:无 分享
已邀请:

最佳回复

DCloud_uniCloud_JSON

DCloud_uniCloud_JSON

你的苹果开发者证书,不支持“使用Apple登录”功能。请到苹果开发者中心开通权限后重新生成证书后再打包。

  • 2***@qq.com

    你好,IOS云打包出现这个错能帮忙看一下吗?


    Appid: H59B96202

    Command line invocation:

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


    User defaults from command line:

    IDEArchivePathOverride = [PackagePath]/XArchive/HBuilder.xcarchive


    Build settings from command line:

    CONFIGURATION = Release

    SDKROOT = iphoneos14.1


    note: Using new build system

    note: Building targets in parallel

    note: Planning build

    note: Constructing build description

    CreateBuildDirectory /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-dhlfjwqdtdzjwfganyqxcqskxpmb/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/InstallationBuildProductsLocation (in target 'HBuilder' from project 'HBuilder')

    cd [PackagePath]

    builtin-create-build-directory /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-dhlfjwqdtdzjwfganyqxcqskxpmb/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/InstallationBuildProductsLocation

    CreateBuildDirectory /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-dhlfjwqdtdzjwfganyqxcqskxpmb/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/IntermediateBuildFilesPath (in target 'HBuilder' from project 'HBuilder')

    cd [PackagePath]

    builtin-create-build-directory /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-dhlfjwqdtdzjwfganyqxcqskxpmb/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/IntermediateBuildFilesPath

    2021-01-11 11:57

  • 5***@qq.com

    回复 2***@qq.com: 同款错误,让我碰见了,咋解决的??

    2021-06-03 15:16

  • 5***@qq.com

    这个错误能看一下吗

    2021-06-03 15:17

shaoye7

shaoye7

这个问题解决了吗

2***@qq.com

2***@qq.com

这个是报的什么错啊

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

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

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

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
error: Signing certificate is invalid. Signing certificate \"Apple Distribution: Chongqing AiQianXun Technology Co., Ltd. (7UAS5BDTHB)\", serial number \"\", is not valid for code signing. It may have been revoked or expired. (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

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