flutter_barcode_scanner
flutter_barcode_scanner copied to clipboard
module 'flutter_barcode_scanner' not found @import flutter_barcode_scanner;
Same here, there's any solution?
Same problem, has anyone found a solution?
I managed to solve it by opening the Runner.xcodeproj file in Xcode. I navigated to Pods/Development Pods/flutter_barcode_scanner/Pod/flutter_barcode_scanner.podspec. So Xcode recognized the module and built the application without any problems. Hope this helps you too!
Same problem, has anyone found a solution?
Same problem running on MBP M1 Pro laptop. I'm wondering if this is related to the hoops I had to go through to install the pods on the M1. Anyone else having this problem on an M1?
I fixed doing a flutter clean
and then pod install
@pdivita, unfortunately, that didn't solve my problem. I'm still getting Module 'flutter_barcode_scanner' not found
.
I managed to solve it by opening the Runner.xcodeproj file in Xcode. I navigated to Pods/Development Pods/flutter_barcode_scanner/Pod/flutter_barcode_scanner.podspec. So Xcode recognized the module and built the application without any problems. Hope this helps you too!
It solved for me. I used MAC OS Monterey e XCode 14.2, guys. It should be one of the problems of yours.