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
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") }
})
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: