Fix arch/sudo command in instructions

This command runs properly on my M1; the one listed before gives the error `arch: posix_spawnp: gem: Bad CPU type in executable`
This commit is contained in:
Phoenix Eliot
2023-01-30 23:46:48 -05:00
committed by Gabriel Horner
parent f3d13fa271
commit f0744e32c5

View File

@@ -9,7 +9,7 @@
Note: use the following commands from *ios/App* directory to fix **ffi_c.bundle** related issue for M1 MacBook [^1].
(Working directory: `ios/App`)
```shell
sudo arch -x86_64 gem install ffi
arch -x86_64 sudo gem install ffi
arch -x86_64 pod install
```