Gaurav Mishra
Aug 22, 2017 · 1 min read

Hi Tom ,

when i run the command

react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios

in terminal it give me

Unable to parse cache file. Will clear and continue.

[8/22/2017, 4:52:00 PM] <START> Building Dependency Graph

[8/22/2017, 4:52:00 PM] <START> Crawling File System

[8/22/2017, 4:52:00 PM] <START> Finding dependencies

[8/22/2017, 4:52:36 PM] <END> Crawling File System (35396ms)

[8/22/2017, 4:52:36 PM] <START> Building in-memory fs for JavaScript

[8/22/2017, 4:52:36 PM] <END> Building in-memory fs for JavaScript (198ms)

[8/22/2017, 4:52:36 PM] <START> Building in-memory fs for Assets

[8/22/2017, 4:52:36 PM] <END> Building in-memory fs for Assets (141ms)

[8/22/2017, 4:52:36 PM] <START> Building Haste Map

[8/22/2017, 4:52:36 PM] <START> Building (deprecated) Asset Map

[8/22/2017, 4:52:36 PM] <END> Building (deprecated) Asset Map (58ms)

[8/22/2017, 4:52:38 PM] <END> Building Haste Map (2248ms)

[8/22/2017, 4:52:38 PM] <END> Building Dependency Graph (38024ms)

transformed 366/366 (100%)

[8/22/2017, 4:52:55 PM] <END> Finding dependencies (54312ms)

bundle: start

bundle: finish

bundle: Writing bundle output to: ios/main.jsbundle

ENOENT: no such file or directory, open ‘ios/main.jsbundle’

apples-iMac:js apple$

please suggest what i am doing wrong..

)