FlutterToast
FlutterToast copied to clipboard
Can't run in ios , Build Failed , Module 'fluttertoast' not found
-> Fetching podspec for fluttertoast
from .symlinks/plugins/fluttertoast/ios
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
Fetching external sources
-> Fetching podspec for `Flutter` from `Flutter`
-> Fetching podspec for `fluttertoast` from `.symlinks/plugins/fluttertoast/ios`
Resolving dependencies of `Podfile`
Same here
delete following files and folders
1). ios/symlinks
2). Pods
3). Podfile.lock
and after that run following command in terminal
cd ios && pod deintegrate && pod install
this helped me
Doesn't work for me - I'm on an M1
I've found a solution that works for me though - remove the library!
8.0.8 works
I also get this issue for simulators on apple M1 chip
open the project Runner.xcworkspace file instead of Runner.xcodeproj.