Questions tagged [apple-m1]

NOTICE: Questions using this tag must be related to programming, your question will risk being closed otherwise. Do not use if you are discussing software or operating system subjects. If you need support you can try https://apple.stackexchange.com.

Apple M1 is an ARM based system on a chip designed by Apple Inc.

2791 questions
1
vote
1 answer

Xcode - Command PhaseScriptExecution failed with a nonzero exit code - Mac M1

This is the error I get when I try to build my Flutter app with Xcode 12.5.1. I can run the app on the Simulator without any problem, my friend with an Intel MacBook Pro can build it but I can't with my M1 processor. After trying many things on my…
1
vote
0 answers

How to disable iOS UIKit app landscape view on M1 Mac?

I am running an iOS-only UIKit app with device orientation "Portrait" selected only and no iPad support. However, after the app launch, the view can still be “resized" to the landscape orientation. Is there a way to disable this behavior on an M1…
XY L
  • 25,431
  • 14
  • 84
  • 143
1
vote
0 answers

Emulator stopped responding on Macbook pro M1

I started using my M1 a few months ago, at the time there was no emulator compatible with my device so I downloaded an emulator from github https://github.com/google/android-emulator-m1-preview/releases/tag/0.2 it was working perfectly fine until…
1
vote
1 answer

Fixing "Running VCC-compiler failed, signal 5" error when running Varnish Docker images on M1 Mac

When I run a Docker image for Varnish, I get the error "Running VCC-compiler failed, signal 5". This happens even when using a minimal VCL config. $ docker run vdmk/varnish WARNING: The requested image's platform (linux/amd64) does not match the…
Daniel Compton
  • 13,878
  • 4
  • 40
  • 60
1
vote
0 answers

illegal harware instruction when trying to run flask application

First of all here is my mac info: macOS Big Sur Apple M1 Chip 16 GB memory Python 3.7.9 I tried to run a python application in my computer. After I input flask run, the terminal returns * Serving Flask app "demo" (lazy loading) * Environment:…
Rieder
  • 1,125
  • 1
  • 11
  • 18
1
vote
2 answers

Error with M1 Native Installation of MySQL with Homebrew

I just got my first MacOS system with an M1 chip and I'm having trouble installing the native M1 version of MySQL using Homebrew. I have my terminal configured without Rosetta and I'm using the command "brew install MySQL" but I get this…
Ritvik Biswas
  • 100
  • 1
  • 9
1
vote
0 answers

Bundle update error on macOS BigSur (Apple Silicon M1)

I've ruby tools installed brew install ruby-install chruby and ruby 2.7 which is visible when I use chruby 2.7 command but when I want to update packages in gem file I got such error: Fetching digest-crc 0.6.4 (was 0.6.3) Installing digest-crc 0.6.4…
Paweł Madej
  • 1,229
  • 23
  • 42
1
vote
0 answers

gcc compiling errors using macOS BigSur M1 chip

I recently switched from Windows to mac and bravely took the new MacBook with macOS BigSur and M1 chip. I'm trying to install BPP (https://github.com/bpp/bpp) following the program's installation guide, but run into problems when trying to compile…
Merlin
  • 11
  • 2
1
vote
0 answers

Running multiple React projects using nvm: Yarn start and/or npm start freezes on Mac M1 pro

I have multiple React projects. All using different versions of Node.js. I have installed nvm. Now, when I run yarn start or npm start, the development server just freezes up indefinitely. Tried searching for possible workarounds or solutions for…
Nauman
  • 894
  • 4
  • 14
  • 45
1
vote
1 answer

How to get ARM 64 for API 30 and 29 in Android Emulator on MacBook M1?

I cannot see ARM 64 for Android 10 & 9 in the SDK Manager on MacBook M1. I have reinstalled AS (Arctic Fox), cleaned all previous data and it didn't help. Do you know what to do in this case? I know that other people are able to create Android…
1
vote
0 answers

f951: Error: unrecognized command-line option ‘-auxbase’

I am trying to run fortran code on an Apple Macbook pro M1 chip machine running Big Sur v11.4. When testing my code I get the error "f951: Error: unrecognized command-line option ‘-auxbase’". I've written a test script test.f containing the…
1
vote
1 answer

I can't first login to mysql via brew

hello i'm using macbook pro with m1 chip. I tried to install mysql via homebrew supported by mac osx like below. $ brew install mysql $ brew services start mysql or $ mysql.server start $ mysql -u root it looked like okay. but i can't log in it.…
June
  • 346
  • 4
  • 16
1
vote
0 answers

M1 Mac - Flutter - unable to run projects on physical or simulated devices

Flutter installed, no problems, Java installed. Physical devices appear when connected but when I run the project I get the following message "Execution failed for task ':app:compileDebugJavaWithJavac'. java.lang.IllegalAccessError: class…
1
vote
2 answers

react-native pod install (C compiler cannot create executables)

I'm trying to setup a new react native project on my Mac (M1). After initing the project with npx react-native init test I get the output: ✔ Downloading template ✔ Copying template ✔ Processing template ✖ Installing CocoaPods dependencies (this may…
1
vote
0 answers

WebKit GTK fails to compile on Apple Silicon

I tried to build WebKit GTK on my ARM Mac, but the linking process fails: Undefined symbols for architecture arm64: "_u_charDirection_67", referenced from: WTF::StringImpl::stripWhiteSpace() in libWTFGTK.a(StringImpl.cpp.o) …
techrisdev
  • 606
  • 4
  • 10
1 2 3
99
100