Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Error running on local device on iPhone X IOS 16.7.10 #231

@mbnissen

Description

@mbnissen

Running version 0.4.0-rc.0

Getting this from xcode terminal after building for release and testing on iPhone X (16.7.10) connected to mac

LiveViewNative/_GeneratedModifiers.swift:18117: Fatal error: 'extraLarge' is not available in this OS version
#if os(iOS) || os(macOS) || os(visionOS) || os(watchOS)
ConstantAtomLiteral("extraLarge").map({ () -> Self in
if #available(watchOS 10.0,iOS 17.0,visionOS 1.0,macOS 14.0, *) {
    return Self.extraLarge
} else { fatalError("'extraLarge' is not available in this OS version") }
})

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