You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building iOS, I get an error 'FBSDKCoreKit/FBSDKSettings.h' file not found in the EXAdSettingsManager.m file
To Reproduce
Build the example app for ios as per instructions.
yarn add react-native-fbsdk-next
cd ios/ && pod install
did step 2 here: https://developers.facebook.com/docs/ios/getting-started
added 1. Add #import <FBSDKCoreKit/FBSDKCoreKit-swift.h>
added Inside didFinishLaunchingWithOptions, add the following....
step 3. skipped. no problem. Undefined symbols for architecture x86_64
step 4. im using RCTLinkingManager so i copied
if there are a number of people who found callstack/react-native-fbads#308 (comment) this helpful, then you should def merge that patch.
that patch was needed to get my fb sdk app to work.
🐛 Bug Report
building iOS, I get an error
'FBSDKCoreKit/FBSDKSettings.h' file not found
in theEXAdSettingsManager.m
fileTo Reproduce
Build the example app for ios as per instructions.
did step 2 here: https://developers.facebook.com/docs/ios/getting-started
added
1. Add #import <FBSDKCoreKit/FBSDKCoreKit-swift.h>
added
Inside didFinishLaunchingWithOptions, add the following....
step 3. skipped. no problem.
Undefined symbols for architecture x86_64
step 4. im using
RCTLinkingManager
so i copiedtried building app in xcode. fails with
'FBSDKCoreKit/FBSDKSettings.h' file not found
Expected Behavior
build success
Code Example
Environment
The text was updated successfully, but these errors were encountered: