/Users/TonyKaku/Sites/f8app/ios/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m:206:75: error: no
known class method for selector 'viewControllerforView:'
fromViewController:[FBSDKInternalUtility viewControllerforView:self]];
^~~~~~~~~~~~~~~~~~~~~
/Users/TonyKaku/Sites/f8app/ios/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m:213:75: error: no
known class method for selector 'viewControllerforView:'
fromViewController:[FBSDKInternalUtility viewControllerforView:self]];
^~~~~~~~~~~~~~~~~~~~~
2 errors generated.
same for me... can't figure it out the issue.
It all happens in FBSDKLoginKit in FBSDKLoginButton.m
Try pod update
did the trick. thanks!
pod update doesn't work for me T_T
+1
You could change the name of the function to "viewControllerForView".
In version 4.16.1, "viewControllerForView" -> "viewControllerforView".
Most helpful comment
Try pod update