CavanSu
Results
2
comments of
CavanSu
I have same problem after I update xcode 10. But this issue can workaround. First remove old "React-Native-SDK/node_modules" . after you can cd to "React-Native-SDK/node_modules/react-native/scripts", and run "./ios-install-third-party.sh" to replace...
sorry, i forget this step that you need to "nmp install" again after you remove old "React-Native-SDK/node_modules". Whole steps: 1. remove old "React-Native-SDK/node_modules" 2. nmp install 3. cd to "React-Native-SDK/node_modules/react-native/scripts",...