While running my app on iOS Simulator, i got this exception. Can anyone provide solution or walkaround

Launching lib/main.dart on iPhone 11 Pro Max in debug mode…
Running pod install…
Running Xcode build…
Xcode build done. 210.9s
Failed to build iOS app
Error (Xcode): Framework ‘Pods_Runner’ not found

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.

I would suggest creating a brand new Flutter project, and compare the content of Podfile of your current project with the one Flutter creates for a brand new project.

1 Like

if you haven’t made any changes to the platform files you can also just rerun

fluttter create .

in your project root to recreate the platform files

Have you followed the Flutter instructions for iOS development (especially the part that says that you need the nasty CocoaPods 1.16)?