react-native-ci-tools icon indicating copy to clipboard operation
react-native-ci-tools copied to clipboard

Cannot read property 'nodeName' of null

Open flfruitios opened this issue 6 years ago • 3 comments

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 () at Object.module.exports [as plistParse] (/usr/local/lib/node_modules/react-native-ci-tools/src/utils/plist_parse.js:6:38) at Promise.all.fileObjList.map.thisFileObj (/usr/local/lib/node_modules/react-native-ci-tools/src/bundle/ios/plist.js:17:78) at Array.map () at strategy.utils.globSearch.then.then.then.fileObjList (/usr/local/lib/node_modules/react-native-ci-tools/src/bundle/ios/plist.js:17:44) at

flfruitios avatar Sep 28 '18 14:09 flfruitios

I'm getting the same error

mapokapo avatar Aug 12 '19 09:08 mapokapo

I got around this by deleting my ios/Pods folder before using react-native-ci-tools.

DChiuch avatar Apr 30 '20 16:04 DChiuch

Thanks @DChiuch, deleting the ios/Pods folder before running the command solved my problem as well!

lanedirt avatar Mar 20 '23 20:03 lanedirt