react-native-unimodules icon indicating copy to clipboard operation
react-native-unimodules copied to clipboard

expo-facebook file not found

Open gamingumar opened this issue 6 years ago • 3 comments

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.

gamingumar avatar May 28 '19 11:05 gamingumar

Getting the same error

alorr10 avatar Jun 10 '19 23:06 alorr10

i got something similar but with expo-sensor instead

pvanny1124 avatar Jun 12 '19 00:06 pvanny1124

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..

jackdewhurst avatar Jun 24 '19 10:06 jackdewhurst