0

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!

Ronan Boiteau
  • 9,608
  • 6
  • 34
  • 56
douglaswissett
  • 231
  • 1
  • 4
  • 14

1 Answers1

1

It's something to do with your Facebook Authentication. Check the answer to this question for more info: iOS 9 “fbauth2” missing from Info.plist

Community
  • 1
  • 1