I installed, IQKeyboardManager with pod. using this line:
pod 'IQKeyboardManager'
Then I wanted to import it in a view controller:
In view controller .m file (I tested both of import lines):
1. #import "IQKeyboardManager.h" ----> clang: error: linker command failed with exit code 1 (use -v to see invocation)
2. @import IQKeyboardManager; ----> Module 'IQKeyboardManager' not found