Something went wrong while linking. Error: Cannot read property 'nodeValue' of undefined

运行 react-native link 命令 报错:

rnpm-install info Linking assets to ios project
rnpm-install ERR! Something went wrong while linking. Error: Cannot read property 'nodeValue' of undefined
Please file an issue here: https://github.com/facebook/react-native/issues

解决办法:
打开 Xcode 找到项目目录下的 info.plist 文件删除里面的空键值对 保存后再次运行 link 命令即可

你可能感兴趣的:(Something went wrong while linking. Error: Cannot read property 'nodeValue' of undefined)