Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbnissen opened this issue Feb 22, 2025 · 0 comments
Open

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

mbnissen opened this issue Feb 22, 2025 · 0 comments

Comments

@mbnissen
Copy link

mbnissen commented Feb 22, 2025

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") }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant