Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No such Module IQKeyboardManagerSwift

enter image description hereI am new to iOS Swift and trying to install this framework.

I have installed this framework by cocoa pods and add this line in app delegate

import IQKeyboardManagerSwift & IQKeyboardManager.sharedManager().enable = true

I am now getting this error (

No such Module IQKeyboardManagerSwift)

Can anyone please help me?

like image 947
Gaurav Avatar asked Dec 25 '22 02:12

Gaurav


1 Answers

Sometimes, when I install a new Pod, I need to clean & build the project.

Clean build folder: Alt+Shift+Cmd+K
Build: Cmd+B
Run: Cmd+R

Hope it helps

like image 61
Adam Studenic Avatar answered Dec 28 '22 09:12

Adam Studenic