-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
I have a visionOS target in a Xcode project, which supports visionOS only (no support for iOS). The archive step version is 5.8.1
- xcode-archive@5:
inputs:
- export_method: "development"
- distribution_method: "development"
- automatic_code_signing: api-key
- register_test_devices: 'yes'
- scheme: "[REDACTED]"
- verbose_log: 'no'
- configuration: Release
The step fails to install the certificates
[04:52:29] �[34;1mDownloading certificates...�[0m
1 certificates downloaded:
[04:52:29] �[34;1mInstalling certificates...�[0m
[04:52:29] Reading build settings...
[04:52:29] �[32;1m$ xcodebuild "-project" "/Users/[REDACTED]/git/[REDACTED]/[REDACTED].xcodeproj" "-target" "[REDACTED]" "-configuration" "Release" "-showBuildSettings"�[0m
[04:52:30] Read target settings.
�[31;1mFailed to execute Step main logic:
failed to manage code signing: failed to read platform from project: failed to read project platform: not supported platform. Platform (PLATFORM_DISPLAY_NAME) = visionOS, supported: iOS, tvOS
�[0m