i'm new, what may cause this error?
Could not build the precompiled application for the device. Error (Xcode): Framework not found MTBBarcodeScanner
Error launching application on iPhone X.
i'm new, what may cause this error?
Could not build the precompiled application for the device. Error (Xcode): Framework not found MTBBarcodeScanner
Error launching application on iPhone X.
What I had to do is go to
Xcode => Runner => Build settings => Under linking => Double click "Other linker flags"
Delete these two
-framework
"MTBBarcodeScanner"
You may also have to delete these two
-framework
"qr_code_scanner"