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 packager fails on first build #116

Closed
paulbutcher opened this issue May 29, 2017 · 1 comment
Closed

React packager fails on first build #116

paulbutcher opened this issue May 29, 2017 · 1 comment

Comments

@paulbutcher
Copy link

I'm very much a React Native n00b, so forgive me if I'm missing anything here. I'm running through the instructions at https://github.com/drapanjanas/re-natal#creating-a-new-project and I get a React packager error on running react-native run-ios:

React packager ready.

 ERROR  ENOENT: no such file or directory, lstat '/Users/paul/Personal/rota-app/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTBridge.o-6b373b5c'
{"errno":-2,"code":"ENOENT","syscall":"lstat","path":"/Users/paul/Personal/rota-app/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTBridge.o-6b373b5c"}
Error: ENOENT: no such file or directory, lstat '/Users/paul/Personal/rota-app/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTBridge.o-6b373b5c'
Loading dependency graph...~
Process terminated. Press <enter> to close the window

This only happens the first time I run react-native run-ios. All subsequent invocations work fine.

I've confirmed that deleting the project and re-creating with re-natal init RotaApp results in this error the first time I run react-native run-ios.

Am I missing anything?

@carocad
Copy link

carocad commented May 30, 2017

@paulbutcher pretty sure this is a react-native problem not a re-natal one facebook/react-native#11293

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

3 participants