Search code examples
react-native-iosreact-native-fbsdk

React Native Login Button for iOS fbsdk


error picture

I have followed every steps from Facebook Getting Started until the ViewController step. I have struggled for two days on this problem. I even tried to use cocoapod for library tracing but it is not working. I ended up in the error picture shown above. Does anyone care to help please? Thank you


Solution

  • I forgot to do react-native link react-native-fbsdk However, if you ever run into this error, you have to link react-native-fbsdk -> clean build on Xcode -> close Xcode -> run rm -rf ~/Library/Developer/Xcode/DerivedData on your terminal before you rebuild the project.