Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native 在新版 Xcode(10+)中运行出现的常见问题 #3572

Closed
Pines-Cheng opened this issue Jun 27, 2019 · 1 comment
Closed
Assignees

Comments

@Pines-Cheng
Copy link
Contributor

react-native 在新版Xcode(10+)中运行出现的问题: node_modules/react-native/third-party/glog-0.3.4 , C compiler cannot create executables
报错发生在 react-native : 0.55.4 (或存在于更低的版本)

报错:

~~~~/node_modules/react-native/third-party/glog-0.3.4':
 C compiler cannot create executables


Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure



:-1: Build input file cannot be found: '/Users/~~~~/node_modules/react-native/third-party/double-conversion-1.1.5/src/strtod.cc'


:-1: Build input file cannot be found: '/Users/~~~~/node_modules/react-native/third-party/double-conversion-1.1.5/src/fixed-dtoa.cc'


:-1: Build input file cannot be found: '/Users/~~~~/node_modules/react-native/third-party/double-conversion-1.1.5/src/fast-dtoa.cc'

github 问题地址 facebook/react-native#19774

如果是因为下载了新的插件或者迁移项目导致构建出现这种问题在项目根目录下运行:

cd ./node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh 

参考issue:facebook/react-native#19774 (comment)

@Pines-Cheng
Copy link
Contributor Author

Pines-Cheng commented Jun 27, 2019

Xcode 10 libfishhook.a cannot be found 

解决办法:手动添加 libfishhook.a,已经添加的,删除后再添加一次。
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants