1、iOS项目中关于RN的一些库报错,提示找不到相关头文件
ex: [React-native] 报React/RCTBridgeModule.h' file not found
办法:点击xcode上面的product:(Product -> Scheme -> Manage Scheme -> 双击选择你的项目名)
选择左边的build选项,取消勾选 Parallelize Build 选项
在页面上点击 '+' 按钮然后选择 'React'. 点击 'Add'
'React' 此时出现在你的Targets 选项的最下面,点击它,将它拖到最上面(使它在你的项目名上面)
再次运行即可!