I cant import SnapKit to KeyboardViewController (UIInputViewController) class, it says no such module SnapKit.
Asked
Active
Viewed 465 times
2 Answers
0
First you can clean your project,close it and open again,if it does not work,It tell you that you did not install it in right way,see more in http://snapkit.io/docs/

zht415
- 1
- 3
-
Welcome to Stack Overflow! Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Enamul Hassan Jul 27 '16 at 10:28
0
Make sure you have added the framework to embedded libraries.
- In your workspace select the first option (blue page symbol with the Xcode project name)
- In the General section, you will see Embedded Libraries.
- Drag and drop the SnapKit.framework file.
- The framework should be in the Xcode project folder. For e.g if you are using Carthage it will be in Xcode Project Folder -> Carthage -> Build -> iOS -> SnapKit.framework

Milap Jhumkhawala
- 327
- 3
- 14