attentiveness / attentiveness/reading
npm install和start后编译iOS项目会报错
Open
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 868
- PR merge metrics
- No merged PRs in 30d
Description
错误提示为:
in `XXX/iReading/reading-master/node_modules/react-native/third-party/glog-0.3.4':
C compiler cannot create executables
解决方案为
cd node_modules/react-native/third-party/glog-0.3.4
../../scripts/ios-configure-glog.sh
Contributor guide
Research direction
Start in node_modules/react-native/third-party/glog-0.3.4 and inspect ../../scripts/ios-configure-glog.sh. Reproduce the iOS build after npm install and start, then run the provided configuration command and verify that the project compiles without “C compiler cannot create executables.”
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100