This question already has an answer here:
- iOS 9 “fbauth2” missing from Info.plist 8 answers
I have upgraded a react-native project (RN0.30 to RN0.35) following the docs:
(https://facebook.github.io/react-native/docs/upgrading.html)
Xcode 8.0 builds the project successfully however I am getting an uncaught NSException return error and the device simulator does not load up the project.
Xcode project screenshot with error log
I have tried deleting node_modules and re-installing them, uninstalling and reinstalling watchman, clearing the npm cache yet no luck!