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
0 answers

Android studio build fails with apple m1 chip

I have new MacBook Pro with the m1 chip, i downloaded the Android studio for apple silicon chip version. All works fine until the Build process, while build i get error Cause: error=86, Bad CPU type in executable i spent half day to fix it but…
Maksim Novikov
  • 835
  • 6
  • 18
1
vote
2 answers

Can't install tensorflow-macos on MacM1 (errors while installing grpcio)

This has been a long fight trying to install tensorflow in Mac Mini M1... I'm using macOS Monterey(12.0 Beta) According to the last instructions from tensorflow/apple (https://developer.apple.com/metal/tensorflow-plugin/), I'm using miniforge conda,…
MrT77
  • 811
  • 6
  • 25
1
vote
1 answer

MacM1: unable to use ImageDataGenerator. Scipy needed, but already installed

This is the first time I post something on this site, so I'm sorry for any mistake I could do! I'll try to give a short but effective description of the problem. I'm using Tensorflow to train a Neural Network to classify rock-paper-scissors images.…
1
vote
2 answers

Android emulator 30.8.4 not work on Apple M1

System details Blockquote Mac OS 11.6 (Big Sur) Device - Mac book pro with M1 chip Android Studio version - Android Studio Arctic Fox | 2020.3.1 Patch 2 Error Stack emulator: Android emulator version 30.8.4.0 (build_id 7600983)…
1
vote
0 answers

Java: ApplicationImpl pooled while installing android studio on mac m1 monterey os

macOS monterey crashed while installing android studio after reset M1 where long logs details was generated. I tried installing android Studio Bumblebee | 2021.1.1 Canary 3 and Arctic Fox | 2020.3.1 Canary 15.
santosh adhikari
  • 315
  • 7
  • 15
1
vote
0 answers

I keep getting this error in Xcode when I build Designables, xcode (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')),

I have enabled Standard Architecture (arm64, armv7) and I tried removing arm64 from excluded architecture still getting the error. I have a M1 chip mac book pro
Shimak
  • 89
  • 1
  • 7
1
vote
2 answers

Node-pre-gyp and bcrypt yarn install problem on MacOS M1 Mac

I had to install bcrypt, but fell into errors. I tried most of the solutions I found. There are many threads, but I haven't seen many of them for Mac. Here is what I've got from my terminal: yarn install v1.22.11 warning ../../../package.json: No…
Dmitry Bochok
  • 71
  • 2
  • 12
1
vote
3 answers

Android platfrom-tools on M1 macs

On my mac M1 I have installed Android Studio Arctic Fox 2020.3.1. It runs natively on my cpu, as well as the ARM64 emulators that came with it. Problem is that it seems to me that I need to install rosetta 2 to run platorm-tools such as adb. Am I…
mlkwrz
  • 189
  • 1
  • 13
1
vote
0 answers

Universal Installation of tensorflow on MacBook Air M1

All of the installation guides for installing tensorflow compatible with the Macbook Air M1 processor seem to be dependent on using virtual environments in order to configure it. For example, two references are…
jlarks32
  • 931
  • 8
  • 20
1
vote
1 answer

React Native Xcode cant build m1 chip without rosetta

Switched to macOS after years of using Windows. Currently developing React Native apps and i face a build problem. Xcode can build ios apps if it runs through rosetta and i want to know why and how can i use it without rosetta. The same app can be…
1
vote
1 answer

flutter run m1 with plugins fail pod and android emulator doesn't build

I AM NOT ABLE TO DEVELOP FLUTTER APPS ON MacBook Air M1 when I run on android studio Running pod install... CocoaPods' output: ↳ CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only performed in…
1
vote
2 answers

Grpcio fails installation for Tensorflow 2.5 on arm64 Apple Silicon

I'm following the instructions here: https://developer.apple.com/metal/tensorflow-plugin/ and having issues installing grpcio. When I try python -m pip install tensorflow-macos I get: AssertionError: would build wheel with unsupported tag ('cp39',…
Hemmed
  • 35
  • 1
  • 5
1
vote
1 answer

Apple Silicon M1/Clion IDE runs really slow on old projects but runs well on newly created. Why?

I am using Clion as IDE of choice as it comes to C++ development. When I create new project on my new Macbook Pro M1 the IDE is running really well. However when I open old cmake project the ide becomes really slow. I believe this issue maybe is…
Venelin
  • 2,905
  • 7
  • 53
  • 117
1
vote
0 answers
1
vote
0 answers

React native with self signed certificates on M1 chip MacOS

The below is my code for Webservices call, which works fine on both iOS and Android. But for API calls where self signed certificate is used, this does not work. I am using macOS with M1 chip. To fix this, I used the steps mentioned in…