You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an ideal situation, we would like it to succeed even when Rosetta 2 is enabled.
The text was updated successfully, but these errors were encountered:
takahirom
changed the title
[Setup] Couldn't iOS make bootstrap command always failed.
[Setup] Couldn't iOS make bootstrap command always failed when Rosetta 2 is enabled
Aug 18, 2024
The problem was resolved by reinstalling Homebrew.
Installing xcbeautify
Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
To rerun under ARM use:
arch -arm64 brew install ...
To install under x86_64, install Homebrew into /usr/local.
Installing xcbeautify has failed!
Homebrew Bundle failed! 1 Brewfile dependency failed to install.
Check fordifferencesin your Brewfile.lock.json!
make[1]: *** [setup] Error 1
make: *** [bootstrap] Error 2
Overview
$ make bootstrap
fails in Rosetta 2 environment.I would like to know the solution to this problem.
Setup Document in iOS
https://github.com/DroidKaigi/conference-app-2024/tree/main/app-ios
My Opinion
In an ideal situation, we would like it to succeed even when Rosetta 2 is enabled.
The text was updated successfully, but these errors were encountered: