Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 17: Stored properties cannot be marked unavailable with '@available' #364

Closed
ethanwa opened this issue Jul 2, 2023 · 1 comment
Closed

Comments

@ethanwa
Copy link

ethanwa commented Jul 2, 2023

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
@ethanwa ethanwa closed this as completed Jul 2, 2023
@qzyang
Copy link

qzyang commented Oct 13, 2023

how to solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants