Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parse Issue (Xcode): Module 'fluttertoast' not found

i have flutter code which is used to build ios and android app, when code run in xcode using simulator, it runs fine, but when run in android studio or in visual studio code using

flutter run --flavor stg

get the following error :

Parse Issue (Xcode): Module 'fluttertoast' not found GeneratedPluginRegistrant.m:131:8 Could not build the application for the simulator. Error launching application on iPhone 13.

Please help :(

like image 892
Rohmatul Laily Avatar asked May 31 '26 07:05

Rohmatul Laily


1 Answers

It's lookes likes you are opening incorrect file. you should open open runner.xcworkspace ,it worked! also run pod install in IOS directory.

like image 198
Shailandra Rajput Avatar answered Jun 01 '26 21:06

Shailandra Rajput