I am trying to update FacebookSDK using cocoapods in my RN app and i keep getting error:
'FBSDKAppEvents.h' file not found.
at file FBSDKCoreKit.h
My pod file is
target 'App' do
use_frameworks!
# Pods for App
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
end