mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 01:07:00 +00:00
e6ea8ae9a9
fixes #18836 ## Summary While introducing https://github.com/status-im/status-mobile/pull/18784 I missed out on adding an install step to `run-ios.sh` script. `make run-ios` would work fine for simulators that already have the app installed but would fail for new emulators. @flexsurfer discovered this problem. This commit fixes that by adding an install step to the script. ## Review notes - `make run-clojure` - `make run-ios` should just work. ## Platforms - iOS