错误:应为“/* Begin”、“/* End”、“\””或 [A-Za-z0-9_.],但找到了“<”

Sed*_*rei 1 javascript react-native

React Native 中如何解决这个问题?我使用此命令:
react-native link用于链接react-native-vector-icons

我的错误:

rnpm-install ERR! Something went wrong while linking. Error: Expected "/* Begin ", "/* End ", "\"", or [A-Za-z0-9_.] but "<" found.
Please file an issue here: https://github.com/facebook/react-native/issues

Expected "/* Begin ", "/* End ", "\"", or [A-Za-z0-9_.] but "<" found.
Run Code Online (Sandbox Code Playgroud)

Ali*_*esh 6

对我来说,解决方案是添加到 ios/projName 下的 info.plist 文件中的 git 行。

存在合并冲突,显示“<<<<<<”

当我解决它们时,一切都会顺利!

附言。确保检查所有更改的文件。这些“<<<<”也可能在其他文件上!