FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

Can't run in ios , Build Failed , Module 'fluttertoast' not found

Open angelaeddie opened this issue 3 years ago • 5 comments

-> 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`

angelaeddie avatar Jan 13 '22 18:01 angelaeddie

Same here

diogo10 avatar Jan 26 '22 20:01 diogo10

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

arslankaleem7229 avatar Jan 27 '22 09:01 arslankaleem7229

Doesn't work for me - I'm on an M1

I've found a solution that works for me though - remove the library!

xni06 avatar Mar 18 '22 17:03 xni06

8.0.8 works

AbbosSaidov avatar May 24 '22 08:05 AbbosSaidov

I also get this issue for simulators on apple M1 chip

alexpriceuk avatar Jun 29 '22 14:06 alexpriceuk

open the project Runner.xcworkspace file instead of Runner.xcodeproj.

sisithaJWA avatar Feb 10 '23 06:02 sisithaJWA