You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
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") }
})