react-native-ci-tools
react-native-ci-tools copied to clipboard
Cannot read property 'nodeName' of null
When I tried entering: react-native-ci-tools bundle "com.foo.react" "Foo React" -i
TypeError: Cannot read property 'nodeName' of null
TypeError: Cannot read property 'nodeName' of null
TypeError: Cannot read property 'nodeName' of null
at Object.parse (/usr/local/lib/node_modules/react-native-ci-tools/node_modules/plist/lib/parse.js:69:25)
at Promise (/usr/local/lib/node_modules/react-native-ci-tools/src/utils/plist_parse.js:12:28)
at new Promise (
I'm getting the same error
I got around this by deleting my ios/Pods folder before using react-native-ci-tools.
Thanks @DChiuch, deleting the ios/Pods folder before running the command solved my problem as well!