At first, I've tried compiling my application, and it succeeded, but it crashed when it used Facebook methods. Then, I deleted the frameworks and reinstalled them, but now it doesn't compiling. The error:
No such module 'FBSDKCoreKit'
Does it because of the Swift 3 syntax? What can I do in order to fix it? When it does compile, it just crashes at the first time it uses those methods...
Do the following things and you can import any swift file from "Pods"
This will solve your import module
problem.