Skip to content

React native fails on ios by default #22050

Closed
@nikhildaga

Description

@nikhildaga

Steps followed as per: https://facebook.github.io/react-native/docs/getting-started.html

npm install -g react-native-cli
react-native init AwesomeProject
cd AwesomeProject && react-native run-ios

Output

▸ Compiling strtod.cc

❌  error: Build input file cannot be found: 'AwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'


▸ Compiling fixed-dtoa.cc

❌  error: Build input file cannot be found: 'AwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/fixed-dtoa.cc'


▸ Compiling fast-dtoa.cc

❌  error: Build input file cannot be found: 'AwesomeProject/node_modules/react-native/third-party/double-conversion-1.1.6/src/fast-dtoa.cc'


** BUILD FAILED **

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions