I am trying to update my facebook SDK to 5.0.0 but after installing pod update, I keep getting this error in FBSDK Login Kit.
This is my pod file.
pod 'FacebookSDK', '~> 5.0.0'
pod 'FacebookSDK/LoginKit', '~> 5.0.0'
pod 'FacebookSDK/ShareKit', '~> 5.0.0'
pod 'FacebookSDK/PlacesKit', '~> 5.0.0'
pod 'FBSDKLoginKit', '~> 5.0.0'
Anyone please help me to solve this problem.



Now I got solution. First I install FBSDK kits for version 5.0.2 like
After you would see
Remove that
import bolt.hline, and replacewith
When you are done change some codes that they suggest to current FBSDK version acceptable codes and it solved.