Watchman crawl failed的问题可以参考:https://github.com/facebook/react-native/issues/14421 解决;
CFBundleIdentifier", Does Not Exist:com.apple.compilers.llvm,clang.1_0.compiler(1 failuer)解决办法如下:
问题分析
出现此错误一般是iOS项目中Native代码部分报错;
解决方案
用XCode打开iOS项目然后通过点击红色按钮快速定位到出现问题的地方,根据提示进行修改

如果项目是基于RN0.40版本,可能会提示如下错误,解决版本就是将_total转成int即可:[_total intValue]
