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

Xcode 14 Beta 4 build time error #365

Closed
kdvmgn opened this issue Jul 13, 2023 · 3 comments
Closed

Xcode 14 Beta 4 build time error #365

kdvmgn opened this issue Jul 13, 2023 · 3 comments

Comments

@kdvmgn
Copy link

kdvmgn commented Jul 13, 2023

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.

@BasThomas
Copy link
Contributor

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!

@kdvmgn
Copy link
Author

kdvmgn commented Jul 13, 2023

@BasThomas thank for the info. Is there any ETA on the new release with this fix?

@BasThomas
Copy link
Contributor

Just released a beta for iOS 17!

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