Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Module 'flutter_keyboard_visibility' not found on IOS

This is a simple flutter project. Android version is running without any error.

But the Problem is in ios version. Here is the screenshot of the error. enter image description here

I have removed the podfile and reinstall again. But no luck!!

like image 554
Avijit Avatar asked Jan 06 '20 07:01

Avijit


2 Answers

Use Runner.xcworkspace instead of Runner.xcodeproj

like image 96
Maris Basha Avatar answered Oct 16 '22 16:10

Maris Basha


Make sure platform: iOS version in pod file matches with deployment info in Xcode

enter image description here

like image 6
yassine menssi Avatar answered Oct 16 '22 15:10

yassine menssi