apple-m1 Questions
5
Solved
Any pointers how to setup Terraform v0.14.0 on a Apple M1 , as tfenv doesn't support v0.14.0 on Apple M1
tfenv install v0.14.0
Installing Terraform v0.14.0
Downloading release tarball from https://...
Coppersmith asked 24/3, 2022 at 17:25
19
While running npx react-native init appName in MacBook air M1 chip
TypeError: cli.init is not a function
at run (/opt/homebrew/lib/node_modules/react-native-cli/index.js:302:7)
at createProject (/o...
Atlantic asked 27/6, 2022 at 7:16
3
Solved
I have a new app which I'm building to be cross platform using SwiftUI
When I build for release I get a very odd error in a popup generated by Xcode.
Unable To Install “nomadgo.ProductivityDashbo...
5
I am trying to install Cocoa Pods on my new MacBook Pro with the M1 Chip.
There are some solutions that found from December. Since is February those solutions may be a little outdated.
I cannot fin...
Creamer asked 5/2, 2021 at 17:0
1
I'm trying to install Google Cloud CLI in my MacBook pro (M1). I have downloaded the M1 version of gCLI SDK for installation.
A bit about my environment:
python version 3.9.5 (environment managed ...
Eveleen asked 21/11, 2022 at 21:21
4
Getting read only file system error when try to create local repository for docker. [1]
I used this installed lima [2] over Macbook Air M1 (Apple chipset)
chown: changing ownership of 'oracle-19c/....
2
Solved
What is this warning:
I have enabled docker compose V2 and set export DOCKER_DEFAULT_PLATFORM=linux/amd64 as an env variable as I believe that this enables an emulation that allows the docker imag...
15
I am using apple M1 MacBook pro.
When I installed oh my zsh. When I addedexport PATH="/opt/homebrew/bin:$PATH" to my ~/.zshrc file. This error was shown in my terminal:
joe :: share/zsh/s...
4
I tried to upgrade with Brew
$ brew upgrade stripe/stripe-cli/stripe
I got:
Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
To rerun under ARM use:
arch -arm64 brew i...
3
Solved
I am building a linux docker image on an M1 mac (FROM ruby:3.0.2-alpine3.12 if it matters).
When I attempt to perform a bundle exec in my container, ruby complains that it is unable to load nokogir...
8
I'm trying to create a SQL Server container from a docker-compose.yml but when I run it, it directly stops with some errors. Note: it's running on an Apple M1 chip with docker Preview
docker-compos...
Godhead asked 21/12, 2020 at 19:12
7
Solved
I am trying to install Homebrew onto my M1 Mac. My default shell is zsh and I want to keep it that way. I ran:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/i...
Coupling asked 7/1, 2021 at 20:32
3
Solved
I just got an m1 Mac and installed anaconda using home-brew:
brew install anaconda
It looked like it worked great, except that when I actually go to use anaconda and type "conda" I get t...
2
Solved
I upgraded my Rails project from 5 to 6 and now Rails commands throw this error on my M2 mac:
dyld[...]: missing symbol called
It looks like some sort of problem with Node and mysql gem. When I cr...
Swab asked 10/6, 2023 at 17:40
5
I failed using brew to install gdb. I was using the following command:
brew install gdb
Is gdb available on mac m1 (apple silicon)?
If so, what should I do?
Chacon asked 29/4, 2021 at 2:8
3
I have an issue when I try running Pentaho Data Integration on Mac bigSur (M1).
issue code in below:
I'm sorry, this Mac platform [arm64] is not yet supported! Please try starting using 'Data Integ...
Azotemia asked 14/6, 2021 at 15:9
9
Edit 2021-01-28: This whole question is now obsolete because GoLand 2020.3.2 was released today, and it includes a working delve. Don't forget to remove alterations you might have made, as the rele...
16
Solved
I am using a MacBook Pro with
M1 chip
MacOS Big Sur
Xcode Version 13.2.1
node v14.17.5
I wanted to follow this tutorial to set up a new React Native project called AwesomeProject https://reactnat...
Brahear asked 12/2, 2022 at 22:12
4
Solved
I would like to install Flutter on my Apple M1 machine using Homebrew. But I am a bit hesitant because I am not sure if this will provide any benefits or it will create more trouble (e.g. permissio...
Arthro asked 28/6, 2022 at 7:54
1
13
Running 'pod install' on a M1 MacBook failed for me due to an ffi issue, as described here.
I followed some of the workarounds (I guess I tried all of them in various order), but now I get a slight...
6
Solved
I couldn't run the flutter app on android emulator or android phone. I installed the recently released android studio for arm-mac platform on m1 mac. Please answer if I am doing anything wrong here...
Claudetteclaudia asked 2/8, 2021 at 11:55
4
Long story short, I want to install Apache Cassandra on a MacBook Pro with M1 chipset.
In order to install it, one must install other softwares before, one of them being python which must be update...
Stink asked 26/8, 2021 at 9:25
6
Solved
I'm trying to build a React Native project on a MacBook Pro with a M1 architecture, for iOS simulator.
The project built nicely on Intel architecture.
It also build on device and archive well on M1...
Cutty asked 18/12, 2020 at 22:44
2
Solved
Is there a way to build Windows and Linux versions of Tauri on my macbook pro m1? I already tried it with --target I just get an error while the build.
yarn run v1.22.15
$ tauri build -t x86_64-pc-...
© 2022 - 2024 — McMap. All rights reserved.