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

How to run older then api 29 android emulator on M1 Mac (api 24, 25 builds don't work)

Desperately I need to test certain android versions and have M1 mac for some time. New versions of emulator runs super fast and I didn't realized there are any issues but now I tried build api 25 and api 24 that are also Arm64v8a but they just open…
Renetik
  • 5,887
  • 1
  • 47
  • 66
1
vote
1 answer

How do I build the Firebird database extension (ext-interbase) for PHP on a MacOS M1 Monterey?

Firebird Extension for PHP on MacOS M1 I have PHP7.4 installed with homebrew and the Xcode command line tools. I followed the instructions as per the source repository here https://github.com/FirebirdSQL/php-firebird using the following methodology,…
Andre Van Zuydam
  • 651
  • 7
  • 12
1
vote
1 answer

I am trying to run mongod on m1 pro macbook, but getting the following log

I am trying to run mongod on m1 pro macbook, but getting the following log : Can anyone give solution for this
Fanindhra
  • 11
  • 2
1
vote
3 answers

Transfer to Apple M1 Xcode shows an error "'FirebaseCore/FirebaseCore.h' file not found" and "Could not build Objective-C module 'Firebase'"

There is a fairly common problem in my Xcode project. I'm using Firebase and project perfectly works with Xcode 11 on Intel i5, but with Xcode 13 (Swift 5) on Apple M1 there are 2 dramatic errors: 'FirebaseCore/FirebaseCore.h' file not…
1
vote
2 answers

mongodb-community not working on Apple M1

I've installed mongodb-community version 5.0 using brew, following this post's answer for M1 Apple Silicon Macs: How to install Mongodb on Apple M1 chip Everything works fine, until the 6th step. After running "mongo" in my terminal, I get the…
Rahul Rana
  • 13
  • 3
1
vote
1 answer

I am not able to use functions in keras on M1 Mac in R and it is asking me to install arm64e version of miniconda3. What to do?

'''Error in py_initialize(config$python, config$libpython, config$pythonhome, : /Users/abhiishekchugh/miniconda3/envs/r-reticulate/lib/libpython3.7m.dylib dlopen(/Users/abhiishekchugh/miniconda3/envs/r-reticulate/lib/libpython3.7m.dylib, 0x000A):…
1
vote
1 answer

Undefined symbols for architecture arm64: m1 mac

"__ZNSi6ignoreEv", referenced from: __Z2q2v in cc5SDSPY.o "__ZNSi7getlineEPcl", referenced from: __Z2q2v in cc5SDSPY.o "__ZNSirsERd", referenced from: __Z2q3v in cc5SDSPY.o "__ZNSirsERi", referenced…
2021 12022
  • 11
  • 1
  • 3
1
vote
0 answers

Unable to start minikube on mac Os Big Sur Apple M1 Chip

I am running docker desktop 20.10.8 on my imac. I tried to install minikube and getting the following error when I start minikube. Do I need to do anything for this to work on the new macos chip M1? Here is the error ❌ Exiting due to…
1
vote
2 answers

Apache Druid - docker build for arm architecture

I'm trying to run Apache Druid on M1 Mac with an ARM 64 processor as docker containers. This works fine as it runs via emulation. But I've encountered two issues with it. The druid containers (specifically broker) keep crashing with an exit code of…
Janson
  • 93
  • 6
1
vote
2 answers

Install Kivy on MacOS 12 (Monterey) with M1 Chip

After hours of trial an error, I hope, somebody can help me here. I got my MacBook Air (M1, 2020) and want to use kivy for python-programming on it. When I first bought the Laptop 3 month ago it took a lot of work to find a way to run kivy/ execute…
Naraxus
  • 93
  • 1
  • 6
1
vote
0 answers

Applescript forward/rewind NowPlaying in menu bar

I'm looking for a way to compile two scripts on Big Sur that will allow me to fastforward and rewind 5 sec. any video currently playing in the NowPlaying widget, the one in the menu bar see screenshot. I tried to locate the correct path using UI…
1
vote
3 answers

Can't install phalcon php on Apple M1 Pro

I've been trying to install Phalcon 3.4 on my xampp PHP 7.3 setup (Macbook Pro 16 M1 Pro chip). Following I've tried: Tried with macports, but it is installing the file in /opt/local/lib/php73/extensions/no-debug-non-zts-20180731/phalcon.so, so I'm…
1
vote
1 answer

Problems in building Xerces library as a universal binary on Mac

I am trying to compile xerces 3.1.1 and 3.2.3 with XCode 12.3 to make universal library for both Intel and M1. I am running the following for configuring step: ./configure CFLAGS="-arch x86_64 -arch arm64" CXXFLAGS="-arch x86_64 -arch arm64" I am…
Chubsdad
  • 24,777
  • 4
  • 73
  • 129
1
vote
1 answer

Properly set-up react-native on Mac with M1 (can't find the right answer)

I have a MacBook Pro M1 and I am trying to start a React Native project with PyCharm/WebStorm but running in the following issue: info Installing required CocoaPods dependencies ✔ CocoaPods (https://cocoapods.org/) is not installed. CocoaPods is…
giaggi
  • 542
  • 5
  • 16
1
vote
1 answer

Conda UnsatisfiableError even when seemingly there isn't any conflict

For example, I have the following environment.yml file name: harmonic-backend channels: - conda-forge dependencies: - python==3.8.10 - apache-beam==2.31.0 - pyarrow==4.0.1 prefix:…
Sumit Ghosh
  • 1,033
  • 10
  • 29