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
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
The text was updated successfully, but these errors were encountered: