Created
September 24, 2018 21:17
-
-
Save kingbin/6efac2c171616be9974e7b1644e178ff to your computer and use it in GitHub Desktop.
React-Native 0.55.4 w iOS 12 & XCode 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GLog resolve w libfishhook dependency | |
``` | |
$ cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../ | |
$ cd node_modules/react-native/third-party/glog-0.3.4/ && ../../scripts/ios-configure-glog.sh && cd ../../../../ | |
$ cp ~/Library/Developer/Xcode/DerivedData/XXX/Build/Products/Release-iphonesimulator/libfishhook.a ./node_modules/react-native/Libraries/WebSocket/ | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment