Skip to content

Failed to install certificates for visionOS targets #387

@HaleXie

Description

@HaleXie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions