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
Xcode 15 Beta shows an error "Stored properties cannot be marked unavailable with '@available'" for these properties in ImageScannerResults public struct:
@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: Bool = false
This issue probably should be addressed in the next couple of months before the Xcode 15 public release.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, @kdvmgn! This has been fixed in #360 and is on our default branch, but we have yet to cut a release. We'll look into that, and thanks again!
Xcode 15 Beta shows an error "Stored properties cannot be marked unavailable with '@available'" for these properties in
ImageScannerResults
public struct:This issue probably should be addressed in the next couple of months before the Xcode 15 public release.
Thanks.
The text was updated successfully, but these errors were encountered: