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

Undefined symbol: _OBJC_CLASS_$_IRLScannerViewController when trying to build on Xcode 14.2 #109

Open
nusjeff opened this issue Jan 16, 2023 · 3 comments

Comments

@nusjeff
Copy link

nusjeff commented Jan 16, 2023

Describe the bug
Hi, I had upgraded xcode to latest version and tried to build my project, however I received an error: Undefined symbol: _OBJC_CLASS_$_IRLScannerViewController.

Screenshots
Screenshot 2023-01-16 at 16 17 35

@darthnox123
Copy link

Having the same problem does someone knows the answer?

@darthnox123
Copy link

darthnox123 commented Jan 25, 2023

I just did this and worked,

Removed the document scanner cordova plugin

cordova plugin remove cordova-plugin-document-scanner

And added the awesome-cordova-plugins

cordova plugin add @awesome-cordova-plugins/document-scanner

You need to update the imports on your project

import { DocumentScanner } from '@awesome-cordova-plugins/document-scanner/ngx'

@macsupport
Copy link

macsupport commented Jan 28, 2023

Same issue here.
Using @awesome-cordova-plugins won't work if your not using an ionic project.

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