Skip to content

Instantly share code, notes, and snippets.

@jayluxferro
Created May 8, 2018 16:54
Show Gist options
  • Save jayluxferro/7762e42dc129b9f9c519621c68ecdbf3 to your computer and use it in GitHub Desktop.
Save jayluxferro/7762e42dc129b9f9c519621c68ecdbf3 to your computer and use it in GitHub Desktop.
React-Native IoS Fix

Running into the same issue here after upgrading from 0.44. None of the above solutions or clearing caches did the trick for me. Here's what I did to get things working again:

In the Terminal, navigate to the react-native/third-party/glog folder inside node_modules (for me, this was cd node_modules/react-native/third-party/glog-0.3.4) Once actively in this folder, run ../../scripts/ios-configure-glog.sh Glog is configured and the required config.h header file is created for Xcode to find

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment