You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you need to bundle the app for first time use. I felt into the same problem but resolved with running node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./ios --entry-file index.worker.js --platform ios --bundle-output ./ios/worker.jsbundle --sourcemap-output ./sourcemap/ios.worker.map
For anyone using Android, this is what did it for me: node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./android --entry-file index.worker.js --platform android --bundle-output ./android/app/src/main/assets/index.worker.bundle --sourcemap-output ./android/app/src/main/assets/index.worker.map
CpResource worker.jsbundle /Users/mmmurf/Library/Developer/Xcode/DerivedData/rnapp-ccdxqyixutejvsgkritolwuwskbd/Build/Products/Debug-iphoneos/rnapp.app/worker.jsbundle
cd /Users/mmmurf/projects/react-native-workers/example/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/mmmurf/projects/react-native-workers/example/ios/worker.jsbundle /Users/mmmurf/Library/Developer/Xcode/DerivedData/rnapp-ccdxqyixutejvsgkritolwuwskbd/Build/Products/Debug-iphoneos/rnapp.app
error: /Users/mmmurf/projects/react-native-workers/example/ios/worker.jsbundle: No such file or directory
Steps to reproduce:
git clone latest:
cd react-native-workers/example
npm install
build/run on device.
other info:
15:17 $ node -v
v6.10.1
✔ ~/projects/react-native-workers/example [master|✚ 1…1]
15:24 $ npm -v
3.10.10
The text was updated successfully, but these errors were encountered: