There are many questions surrounding the following exception:
no visible @interface for 'FBSDKLoginManager' declares the selector 'logInWithReadPermissions:fromViewController:handler:
Which leads me to think it is less related to FB's SDK but is actually some stupid Xcode technical issue. I'm not missing anything implementation-wise, so what could this pertain to? I've cleared my Pod cache and reinstalled the respective Pods which didn't affect anything.
Any direction would be much appreciated.

