Files
spacedrive/apps/mobile
Brendan Allan fd39dc3a3d Replace Location.local_path with path (#571)
* replace Location.local_path with path

* Using more references to avoid unneeded moves and removing unneeded errors variants

* remove unnecessary stuff

* location id checks

---------

Co-authored-by: Ericson Soares <ericson.ds999@gmail.com>
2023-02-20 05:14:47 +00:00
..
2023-01-22 12:47:54 +08:00
2022-10-18 20:57:17 +08:00
2022-08-08 20:29:14 -07:00
2022-08-08 20:29:14 -07:00
2022-08-08 20:29:14 -07:00
2022-10-18 20:57:17 +08:00
2022-09-05 00:30:34 +03:00
2022-11-01 21:32:56 +08:00
2023-01-11 14:39:19 +03:00
2023-01-11 14:39:19 +03:00

  • Make sure to run pnpm i if you make any change to the package mobile uses like assets.
  • If iOS build fails with node not found error, run echo "export NODE_BINARY=$(command -v node)" >> .xcode.env.local on mobile/ios/ directory.
  • If XCode can't find node, run ln -s "$(which node)" /usr/local/bin/node