Questions tagged [apple-silicon]

Use this tag for questions related to Apple's ARM-based CPU found in macOS systems from 2020 onwards, known by the marketing term "Apple Silicon"

On June 22, 2020, at WWDC 2020, Apple announced plans to switch its Macintosh computers from Intel processors to ARM-based, Apple-designed processors. See: Apple-designed processors.

502 questions
0
votes
2 answers

Kubernetes menu not showing in docker desktop (Mac)

Problem I have multiple k8s cluster on the cloud and I wanted to use docker desktop UI to change the context. The problem is, my docker desktop panel not showing "Kubernetes" menu. What I have tried run kubectl config get-contexts and it shows 3…
0
votes
1 answer

Excel Add-in is not working on Apple's silicon M1 processor machine

I have an Excel Add-in which is working fine on Apple intel processor but not working on Apple's silicon M1 processor. When enabling Add-in On M1 processor machine, Excel is not responding. With the Workaround provided by Microsoft support suggests…
Lakshmi Yadav
  • 156
  • 1
  • 10
0
votes
1 answer

ld: in /Users/.../Pods/..., building for iOS Simulator, but linking in object file built for iOS, file '/Users/../Pods/FirebaseAnalyti

Trying to use pod for firebase in my code. Pod successfully installed but having this error. I found that this error occured while compiling my swift code in macbook M1. Appreciate if anyone could shed some light on this. Thanks.
0
votes
4 answers

Mac OS - VS Code Insiders - Code Runner: Undefined symbols for architecture arm64

I've been stuck on this issue in the past week. when I compiled the code with the VS Code Insiders - Code Runner Extension or the command: clang++ -std=c++14 main.cpp, it gives me the below error: Undefined symbols for architecture arm64: …
JohnL10000
  • 1
  • 1
  • 1
  • 5
0
votes
1 answer

Open file in default application in iOS app running on Apple Silicon M1 Mac

I am working currently on adapting our Email application written on Xamarin iOS to run correctly on Apple Silicon M1. I have faced the following problem that I can't solve so far. The problem is that our code written for iOS that uses…
Illania
  • 117
  • 1
  • 1
  • 14
0
votes
2 answers

Which IDE is compatible/suitable for developing Flutter/Dart Apps on Apple Silicon M1 so that I can test on ios Simulator and android Emulator?

I want to develop and test app on simulator/emulator using Flutter on Apple Silicon M1. Please suggest which IDE should I use and things I should keep in mind or limitation before starting development.
0
votes
0 answers

Error when installing pods on Apple Silicon (M1)

This is the error that I receive when entering "pod install" in AppCode LoadError - dlopen(/Users/[user]/.gem/ruby/2.6.0/gems/ffi-1.14.2/lib/ffi_c.bundle, 0x0009): missing compatible arch in…
Spiderbait
  • 11
  • 3
0
votes
1 answer

Macbook m1 unable to install python-binance

I'm trying to install python-binance libs on my MacBook M1 (learning python and crypto)... had same kind of issues with TA-Lib but fixed that with brew install I keep getting renaatvandewiele@Renaats-MBP Pythontrade % sudo -H python3.9 -m pip…
0
votes
1 answer

Install Matplotlib on Apple Silicon

Im very new to python and we needed Matplotlib for a class! I wanted to install it using pip but it only gives me errors, and then tries one older version and so on! I installed the latest version of python (3.9) with homebrew. So my question is,…
Elliot Czigány
  • 188
  • 1
  • 14
0
votes
1 answer

homebrew on Apple Silicon M1 always got any installed app to crash with 137 exit code

I found this blog post in Homebrew https://brew.sh/2021/02/05/homebrew-3.0.0/ That it's not natively supported for Apple M1 However, when i tried, I found that, every app i installed via this Homebrew 3.0 On Apple Silicon M1 I cannot open that…
chaintng
  • 1,325
  • 3
  • 14
  • 26
0
votes
1 answer

Unable to run python package AIBenchmark on 13 inch m1 MacBook Pro

I got a new m1 MacBook Pro and installed the TensorFlow 2 provided by Apple, and I decided to do some testing for the MacBook, so I installed the python3 package "AIBenchmark", and the process was successful without any error messages. However, when…
0
votes
4 answers

Xcode Trace/BPT trap: 5

Situation Hi there, I am developing an iOS app and while building my project I run into the following error message: Error: Trace/BPT trap: 5 I didn't find anything online to fix this problem, so I wanted to know, if anyone here might be able to…
fusion
  • 444
  • 4
  • 14
0
votes
1 answer

Run command line with write access to volume

I am having a self compiled binary in my sandboxed application. On user request I run the command. It tries to create a file on a volume and fails with permission denied. The app is sandboxed and a security scope bookmark for file:/// is created and…
Volker
  • 4,640
  • 1
  • 23
  • 31
0
votes
1 answer

Can't build C11 application with GTK+3 on arm64 (Apple Silicon)

I'm trying to create a basic application under the C language with GTK+3. The only problem is that I'm currently on an M1 (Apple Silicon) Mac. I installed gtk+3 with Homebrew on the x86_64 interface since it is not yet compatible with arm64. I use…
0
votes
1 answer

Building lld on Apple Silicon

I am try to build lld from LLVM version 11 (I can't use any later or master version of LLVM for the time-being) and am currently configuring with cmake ~/Downloads/lld-11.0.0.src/ -DCMAKE_INSTALL_PREFIX=$HOME/bin/llvm…
SamTebbs33
  • 5,507
  • 3
  • 22
  • 44