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
I'm not 100% sure where to put this, but I feel like Skip would benefit a lot from some kind of standard installation test. Here's what I've been doing on my 64GB M1 Max MacBook Pro, but it's not good enough.
Download the latest IPSW (you can skip this step, but it makes running the test a lot faster)
It's in a .xip; double click it, and drag the .app into /Applications.
Launch Xcode, accept the license, check the latest iOS platform support, uncheck Predictive Code Completion (just to save time) and let it start downloading. (You can continue the next step in parallel.)
You'll get a .dmg file; open it, drag the .app into /Applications
Run Android Studio, and click Next Next Next to install the stock components (SDK platform, SDK tools, and emulator) and accept licenses (TODO: Install command-line tools as well?)
But the biggest flaw in this test plan is that you can't run the Android emulator at all on a macOS VM on Apple Silicon! It crashes on startup with this error: HVF error: HV_UNSUPPORTED (The "HV" is for "hardware virtualization.") I know of no workaround. 😭 Even Github Actions are impacted. ReactiveCircus/android-emulator-runner#350
I'm not 100% sure where to put this, but I feel like Skip would benefit a lot from some kind of standard installation test. Here's what I've been doing on my 64GB M1 Max MacBook Pro, but it's not good enough.
brew install mist-cli)mist download firmware 26… that will download theipswin/Users/Shared/Mistipswyou downloaded withmist(or let UTM do it, but if you do that, it will download an 18GBipswand then throw it away when it's done).xip; double click it, and drag the.appinto/Applications..dmgfile; open it, drag the.appinto/Applicationsxcode-selectthem.skip doctorshould suggest usingxcode-selectif the command-line tools are selected #609 You have to manuallysudo xcode-select --switch /Applications/Xcode.app/Contents/Developer.brew install skiptools/skip/skipskip checkupThis isn't enough, because, from here, we have to set up an emulator and launch it. But there are a ton of bugs around that. See https://github.com/orgs/skiptools/discussions/629 for more detail.
But the biggest flaw in this test plan is that you can't run the Android emulator at all on a macOS VM on Apple Silicon! It crashes on startup with this error:
HVF error: HV_UNSUPPORTED(The "HV" is for "hardware virtualization.") I know of no workaround. 😭 Even Github Actions are impacted. ReactiveCircus/android-emulator-runner#350