flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

module 'flutter_barcode_scanner' not found @import flutter_barcode_scanner;

Open NattawutTanthai opened this issue 3 years ago • 8 comments

Screen Shot 2564-09-10 at 01 49 06

NattawutTanthai avatar Sep 09 '21 18:09 NattawutTanthai

Same here, there's any solution?

Captura de tela de 2021-09-22 16-09-50

lohhans avatar Sep 22 '21 19:09 lohhans

Same problem, has anyone found a solution?

arordakowski avatar Sep 28 '21 19:09 arordakowski

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!

print

arordakowski avatar Oct 02 '21 12:10 arordakowski

Same problem, has anyone found a solution?

liseipi avatar Oct 12 '21 01:10 liseipi

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?

darkfrog26 avatar Dec 13 '21 21:12 darkfrog26

I fixed doing a flutter clean and then pod install

pdivita avatar Dec 15 '21 09:12 pdivita

@pdivita, unfortunately, that didn't solve my problem. I'm still getting Module 'flutter_barcode_scanner' not found.

darkfrog26 avatar Dec 15 '21 13:12 darkfrog26

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!

print

It solved for me. I used MAC OS Monterey e XCode 14.2, guys. It should be one of the problems of yours.

wallacerodrigon avatar Jun 30 '23 02:06 wallacerodrigon