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

Error: Stored properties cannot be marked unavailable with '@available' #354

Closed
aronnelson opened this issue Jun 6, 2023 · 1 comment
Closed

Comments

@aronnelson
Copy link

Xcode 15.

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
@BasThomas
Copy link
Contributor

Thanks @aronnelson! I'm to close this as a duplicate of #359 for now, but thanks for reporting!

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