mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
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:
committed by
Gabriel Horner
parent
f3d13fa271
commit
f0744e32c5
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user