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

Crash on xcode 15.0 #373

Closed
dairy96 opened this issue Oct 11, 2023 · 3 comments
Closed

Crash on xcode 15.0 #373

dairy96 opened this issue Oct 11, 2023 · 3 comments

Comments

@dairy96
Copy link

dairy96 commented Oct 11, 2023

I've added that library to my project but when I run it I'm receiving this error:

Could not build the precompiled application for the device.
Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/abdulmalekdery/tessafold/mobile/ios/Pods/WeScan/WeScan/ImageScannerController.swift:196:5

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/abdulmalekdery/tessafold/mobile/ios/Pods/WeScan/WeScan/ImageScannerController.swift:199:5

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/abdulmalekdery/tessafold/mobile/ios/Pods/WeScan/WeScan/ImageScannerController.swift:202:5

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/abdulmalekdery/tessafold/mobile/ios/Pods/WeScan/WeScan/ImageScannerController.swift:205:5

Uncategorized (Xcode): Command SwiftCompile failed with a nonzero exit code

@BasThomas
Copy link
Contributor

Hey @dairy96, can you share more about which version of the library you are using? Are you using Swift Package Manager? What's your Package.swift looking like?

@fsljivo
Copy link

fsljivo commented Oct 16, 2023

I have the same issue. I'm using Cocoapods and I have updated the library version to the latest one, but the issue still persists.

@BasThomas
Copy link
Contributor

We don't support CocoaPods for the latest version(s) of this framework, unfortunately. You can try including the latest version manually, which should fix the issue you're running into.

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

3 participants