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
iOS 17: Stored properties cannot be marked unavailable with '@available'
ImageScannerController:
@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:
iOS 17: Stored properties cannot be marked unavailable with '@available'
ImageScannerController:
The text was updated successfully, but these errors were encountered: