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 16:01