Skip to content

onExitCommand(perform:) is unavailable on watchOS causing build failure #278

@JustSAT

Description

@JustSAT

I’m encountering a build error when compiling the project for watchOS.

The error occurs in FullscreenPopup.swift at line 233 and is related to the usage of:
onExitCommand(perform:)

According to the compiler, this API is unavailable on watchOS, which causes the watchOS target to fail building.

FullscreenPopup.swift:233
'onExitCommand(perform:)' is unavailable in watchOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions