Skip to content

Instantly share code, notes, and snippets.

@djleonskennedy
Created September 25, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djleonskennedy/d63498e6571f5709a28cd7b25469049c to your computer and use it in GitHub Desktop.
Save djleonskennedy/d63498e6571f5709a28cd7b25469049c to your computer and use it in GitHub Desktop.
config.h error IOS 12
I had the same issue but manually triggering configure script
```(cd ./node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh)``` resolves it.
Also - If you want to build app for iOS 12 you have to switch path to the active developer directory
```(xcode-select -s /Applications/Xcode-beta.app/Contents/Developer).```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment