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

WeScan #42

Open
SamadDev opened this issue Jan 28, 2024 · 6 comments
Open

WeScan #42

SamadDev opened this issue Jan 28, 2024 · 6 comments

Comments

@SamadDev
Copy link

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/macbook/StudioProjects/Jiasaz/Verahealth-main/ios/Pods/WeScan/WeScan/ImageScannerController.swift:196:5

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/macbook/StudioProjects/Jiasaz/Verahealth-main/ios/Pods/WeScan/WeScan/ImageScannerController.swift:199:5

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/macbook/StudioProjects/Jiasaz/Verahealth-main/ios/Pods/WeScan/WeScan/ImageScannerController.swift:202:5

Swift Compiler Error (Xcode): Stored properties cannot be marked unavailable with '@available'
/Users/macbook/StudioProjects/Jiasaz/Verahealth-main/ios/Pods/WeScan/WeScan/ImageScannerController.swift:205:5

@fabiancabau
Copy link

Same error

@SamadDev
Copy link
Author

SamadDev commented Feb 4, 2024

@fabiancabau
I have used edge_detection and working fine

@AdeeshaP
Copy link

@fabiancabau I have used edge_detection and working fine

Were you still able to solve your issue in document_scanner_flutter plugin ?

@Riya-Singhal15
Copy link

Riya-Singhal15 commented Mar 6, 2024

@fabiancabau I have used edge_detection and working fine

Were you still able to solve your issue in document_scanner_flutter plugin ?

I've resolved it. You can add the following lines in your pubspec.yaml dependencies -

  document_scanner_flutter:
    git:
      url: https://github.com/MyCareRecords/document_scanner_flutter
      ref: master

Uncomment #platform :ios, '10.0' and changed the version to 13.0 which will look like - platform :ios, '13.0'
And add pod 'WeScan', :path => '.symlinks/plugins/document_scanner_flutter/ios/WeScan-3.0.0' in your Podfile like this -
Screenshot 2024-03-06 at 11 56 32 AM

Finally run flutter clean && flutter pub get then navigate to the ios folder rm Podfile.lock && rm -rf .symlinks Pods && pod install --repo-update

@prkhrv
Copy link

prkhrv commented May 6, 2024

@Riya-Singhal15 @fabiancabau @SamadDev

I don't know why this doesn't work for me. Is there any way of updating the WeScan Version from the plugin itself? I would really appreciate if anyone could share a solution to this issue.

@SamadDev
Copy link
Author

SamadDev commented May 6, 2024

@Riya-Singhal15 @fabiancabau @SamadDev

I don't know why this doesn't work for me. Is there any way of updating the WeScan Version from the plugin itself? I would really appreciate if anyone could share a solution to this issue.

May be @Riya-Singhal15 comment will help you or you can try eadge_scanner

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

5 participants