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

Can't build test suite in cmake project with Boost.Test on Apple Silicon

I'm following JetBrains's tutorial on an Apple Silicon computer. I installed boost with MacPorts (sudo port install boost), the version is 1.71 The build of tests.cpp file fails with the following error: ld: warning: ignoring file…
Intolighter
  • 150
  • 3
  • 15
0
votes
1 answer

Why pip install dependencies already installed?

I tied to install pyarrow on my macbook air with Apple Silicon. I currently use python 3.9. I got an error when run pip install pyarrow. (.venv) liyucheng@liyuchengdeMacBook-Air comments_generation % pip install pyarrow Looking in indexes:…
0
votes
1 answer

"IPA Processing Failed" when trying to export project as Ad-Hoc Build with M1 MacBook Air

When I try to export my app as an ad-hoc build, Xcode suddenly displays the error message "IPA Processing Failed". This used to work, does it have something to do with Apple Silicon?
Epaga
  • 38,231
  • 58
  • 157
  • 245
0
votes
2 answers

How to enable the compiler option -Wobjc-signed-char-bool-implicit-int-conversion to generate warnings for implicit BOOL conversions at compile time

I wanted to check if any warning showing in my project for implicit BOOL conversions at compile time where I can fix for Apple Silicon support. Apple mentioned in below document for enabling the compiler option…
0
votes
0 answers

"svn checkout" not working on Mac Silicon

I installed SVN on my MacBook Silicon with the M1 chip using HomeBrew. When I run: which svn It shows /usr/local/bin/svn I can also run svn log which return a statement that says the current directory is not a working copy. But when I run svn co…
Oliver Zhang
  • 499
  • 6
  • 16
0
votes
1 answer

C program received "killed 9" on Apple Silicon macOS, but fine on Intel

I have a C implementation of NIST-800-90Ar1 CTR-DRBG random bits generator which is working fine Intel Macs, but when I test it on Apple Silicon Mac, it received the SIGKILL signal. I've already worked out the solution, I'm just sharing information,…
DannyNiu
  • 1,313
  • 8
  • 27
0
votes
1 answer

Why isn't cocoapods working on Apple Silicon?

On the new m1 mba, I downloaded cocoapods but none of the commands are working, they just crash. I've seen others with the same issue and some said that ticking the 'open with Rosetta' box worked for them but I tried that and it does the exact same…
fisch
  • 136
  • 7
0
votes
0 answers

LAME.framework for Apple Silicon / M1

I found this for IOS, but I need help getting LAME.framework to build for MacOS intel AND arm64. https://github.com/Superbil/build-lame-for-iOS/blob/master/build_ios.sh Can anyone point me to a build script similar to this please? Target is Big Sur…
0
votes
1 answer

Is there an Apple Silicon status dashboard for common development tools?

There are numerous questions here already about whether (and when or if) many specific tools will run on Apple Silicon but I can find no resource (yet) that tracks the status of common developer tools and toolchains. Is there a dashboard or website…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
2 answers

Is there any way to compile x86-64 + arm64 universal binaries in macOS 10.14?

The official way to compile universal binaries that target Apple's new M1 processor is to use Xcode 12, which requires at minimum macOS 10.15.4. I'm currently running macOS 10.14.6 though and do not want to upgrade if I can avoid it. Is there an…
Bri Bri
  • 2,169
  • 3
  • 19
  • 44
0
votes
1 answer

UIKit - Disable Slide Over and Split View programmatically

I'm trying to port iOS Unity Game for the new Apple Silicon Mac. For supporting window resizing and fullscreen, I just set UIRequiresFullScreen to false, it works well on the Apple DTK. But the slide-over and split automatically enabled with the…
zcyemi
  • 1
  • 1
0
votes
1 answer

CorePlot framework with universal build for Mac Apple Silicon

Is there a way to compile the CorePlot framework as a universal build including arm architectures ? When I open the project on Xcode 12, I make sure I select Standard Architectures but it doesn't seem to be working. I've test it with the file…
the Reverend
  • 12,305
  • 10
  • 66
  • 121
0
votes
1 answer

What low level language does apple silicon support?

Apple's ARM-based processor seems promising and more battery efficient than intel. What I like to know is that what low level language does it support? As for intel x86, it is primarily written in C/C++. Even though apple silicon has rosetta2 to…
lhag
  • 13
  • 2
  • 7
0
votes
1 answer

Xcode 12 and Apple Silicon

Will the new Xcode 12 support making apps for computers that do not run on the new Apple Silicon? I would like to know this because I need to make a new app for myself.
Newbie2008
  • 11
  • 1
  • 2
-1
votes
1 answer

Unity Can Not Reference Any *.dll Files In Apple M1 Max (macOS 13.1 - 22C65)

I have Unity project which can be open and build in windows 10. But I can not open the project in Apple M1 Max (macOS 13.1 - 22C65). I try Unity sentinel and Unity Intel. The problem is all *.dll files can't be referenced. I use package which…