facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 909 forks source link

'FBSDKCoreKit/FBSDKCoreKit_Basics.h' file not found #817

Open chhornponleu opened 3 years ago

chhornponleu commented 3 years ago

🐛 Bug Report

Error building on iOS both on Terminal and xCode

To Reproduce

npx react-native run-ios

Expected Behavior

Build and run on iOS device or simulator without error

Error in Terminal

The following build commands failed:
        CompileC /Users/ponleu/Library/Developer/Xcode/DerivedData/Go24-bdilpqpeyyxdgwcoqevpmeubnhop/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBSDKCoreKit.build/Objects-normal/x86_64/FBSDKAccessToken.o FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

Error in Xcode

image

Environment

System: OS: macOS 10.15.7 CPU: (8) x64 Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz Memory: 690.36 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Managers: CocoaPods: 1.9.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.2, DriverKit 20.0, macOS 11.0, tvOS 14.2, watchOS 7.1 react: 16.13.1 react-native: 0.63.3

mohity777 commented 3 years ago

Hey did u find any soluton. I am facing too.