Out of the bloom, when I try to run my app (device and simulator) I get the red screen saying:
Couldn't find module: localStrings for architecture: x86_64
I tried cleaning the project. Restarting the machine... still the same.
Any ideas?
Edit:
Found out this happens when I'm using LiveView. If I run without LiveView the app loads. But until now I've always run with LiveView since it makes dev faster.
Edit II
I've tried updating to latest node version - doesn't help. I've debugged liveview.js
plugin in the Studio directory - the url is 127.0.0.1
- I think it's fine, all-tough where does localhost
refers to in emulator - to mac host or the emulator device itself?
.DS_Store
file (it's a hidden file) in i18n folder or in i18n/en. If yes, delete it. – Thomas Lemaitre