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 Error: Stored properties cannot be marked unavailable with '@available'
@available(*, unavailable, renamed: "originalScan")
public var originalImage: UIImage?
@available(*, unavailable, renamed: "croppedScan")
public var scannedImage: UIImage?
@available(*, unavailable, renamed: "enhancedScan")
public var enhancedImage: UIImage?
@available(*, unavailable, renamed: "doesUserPreferEnhancedScan")
public var doesUserPreferEnhancedImage = false
The text was updated successfully, but these errors were encountered:
Xcode 15.
Getting Error: Stored properties cannot be marked unavailable with '@available'
@available(*, unavailable, renamed: "originalScan")
public var originalImage: UIImage?
The text was updated successfully, but these errors were encountered: