expo-facebook file not found
I am getting error during ios build
node_modules/expo-facebook/ios/EXFacebook/EXFacebook.m:9: /ios/Pods/Headers/Private/../Private/FBSDKCoreKit/FBSDKInternalUtility.h:22:9: fatal error: '../Basics/Internal/FBSDKBasicUtility+Internal.h' file not found
#import "../Basics/Internal/FBSDKBasicUtility+Internal.h"
expo-facebook version 5.0.0-rc.0 "react-native": "0.59.8" pod version 1.7 and 1.6
tried with pod 1.5.3 but it throws error could not open pod file.
Getting the same error
i got something similar but with expo-sensor instead
Same error, Only way I could find to remove it is to use
use_unimodules!(exclude: ['expo-ads-facebook', 'expo-facebook'])
But this assumes you don't actually want any facebook sdk features in your project..