Skip to content

Instantly share code, notes, and snippets.

@birkir
Created August 10, 2018 01:33
Show Gist options
  • Save birkir/f9075c071fe278800d4f0a183b26593e to your computer and use it in GitHub Desktop.
Save birkir/f9075c071fe278800d4f0a183b26593e to your computer and use it in GitHub Desktop.
# Fix playground on XCode 10
cd ./node_modules/react-native
sh ./scripts/ios-configure-glog.sh
cd ./third-party/glog-0.3.4
sh ../../scripts/ios-configure-glog.sh
# Hit play in XCode, then
cp ~/Library/Developer/Xcode/DerivedData/playground-*/Build/Products/Debug-iphonesimulator/libfishhook.a ./node_modules/react-native/Libraries/WebSocket/.
# Phew ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment