Posts

Post not yet marked as solved
7 Replies
I was having the same issue, and this is how I solved it:Go to the tab Build Phases and search for Bundle React Native code and images andadd below shell input add:export NODE_BINARY=node../node_modules/react-native/scripts/react-native-xcode.shThis worked for me with Xcode 11.3.1Hope this helps someone!