iosfacebookreact-nativesearch-path

facebook SDK with react-native: no framework search path


I was playing around with Facebook SDK with react-native generated ios app template. I was following the instructions here: https://developers.facebook.com/docs/ios/getting-started but somehow did not see Framework Search Paths mentioned in step 4.5. the react-native generated ios project seems to only have header search path, as shown below.

I was using latest Xcode version (9.3) enter image description here


Solution

  • Try upgrading project templates - Upgrade guide

    Or try to use RN wrappers available on the internet.

    I personally like these two - this and this

    Good luck!