我在使用 react-native init name 新建项目后,使用 XCode 打开想运行到手机上的时候,总会报 'folly/portability/Config.h' file not found 的错误和 Apple Mach-O Linker Error Group ->clang: error: linker command failed with exit code 1 (use -v to see invocation) 的错误,网上找了很多方式都解决不了。我的package.json 中"react": "16.0.0-alpha.12", "react-native": "0.48.2"。您可以帮我看一下吗