简体   繁体   中英

Error (Xcode): Framework not found MTBBarcodeScanner

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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM