Questions tagged [silicon]
19 questions
22
votes
5 answers
Xcode 12 Apple M1 arm64 - Designable error: "wrong architecture"
My current project throws IBDesignable errors when using Interface builder on an apple Silicon based machine..
i tried excluding arm64 architecture for debugging, as well as some other hints i found on the internet, but no success at all..
the…

blendstylez
- 341
- 3
- 16
16
votes
7 answers
How to fix "IPA processing failed" in Xcode 12.2 with MAC M1
When I tried to create Ad Hoc IPA file. It gave "IPA processing failed" error.
Xcode version is 12.2. Mac mini (M1, 2020)
I have checked logs file: IDEDistribution.standard.log file.
Assertion failed: Expected 2 archs in otool…

yao.h yao
- 171
- 1
- 1
- 4
7
votes
2 answers
Android Studio Bumblebee 2021.1.1 Canary 4 Emulator not working on m1
So earlier today , I was working on Android Studio Arctic Fox 2020 1.1.3 beta 3 , and decided to upgrade to latest version and therefore install this new version. After installing the new version, emulator did work on my m1 mba for first time but…

G.2.D Gaming
- 71
- 2
6
votes
1 answer
when I install gitlab-ce through docker on m1 mac mini, it stucks on gitlab::database::migrations
this is my run commad:
sudo docker run --detach \
--hostname localgitlab.com \
--publish 9443:443 --publish 9980:80 --publish 9922:22 \
--name gitlab \
--restart always \
--volume ~/gitlab/config:/etc/gitlab: \
--volume…

sakulove
- 61
- 2
6
votes
1 answer
Build static lib for Apple Silicon mac simulator
My static lib is built with xcodebuild and then a fat lib is created from the simulator and device build result.
Here is my xcodebuild command:
xcodebuild OTHER_CFLAGS="-fembed-bitcode" -configuration "iphoneos" -target "${LIB_NAME}Common" -sdk…

fic
- 157
- 1
- 7
4
votes
4 answers
libvirt on Apple Silicon with qemu-system-aarch64
Compiled qemu from this manual
Try to run this on Apple Silicon with qemu-system-aarch64, but got an error:
Error: internal error: Failed to start QEMU binary /usr/local/bin/qemu-system-aarch64 for probing: qemu-system-aarch64: invalid accelerator…

fish lein
- 41
- 1
- 3
1
vote
1 answer
UIView snapshot crashes in iOS app running natively on Apple Silicon
I am using default snapshotView(afterScreenUpdates: false) in my app and it crashes on Mac Mini with M1 chip (Thread 1: EXC_BAD_ACCESS (code=1, address=0x20)
Also, I got the same crash with drawViewHierarchyInRect and all of this graphics/UI…

Damik Minnegalimov
- 51
- 8
0
votes
1 answer
mac m1 12.4 with brew arm and x86 versions installed, how do I uninstall the x86 brew
I have a new mac m1 os version 12.4 and
Installed brew and later installed
the x86 version with
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
I'd like to remove the x86 version.
From…

Tom Sarpi
- 29
- 3
0
votes
1 answer
Apple silicon Macs support issue because of SKOverlay.AppConfiguration
My app uses appStoreOverlay to show recommended app, but error occurs when submit to app store.
ITMS-90863: Apple silicon Macs support issue - The app uses symbols that are not present on…

foolbear
- 726
- 1
- 7
- 19
0
votes
0 answers
Problem with iOS devices and BLE stack version 02.12
I'm trying to connect two iOS devices (iPhone 7, v13.2 and iPhone 5S v12.4.3) with a BLE chip with stack 02.12 of silicon Labs, but it does not work.
With previous version of stack (02.04) every device can correctly connect to. I can't figure out…
0
votes
0 answers
How to get out of the infinite loop?
I am trying to make PIR sensor with the buzzer. Using Silicon Labs IDE
I was able to compile and run the code but the code is stuck in infinite loop. How to get out of the infinite loop?
while(1)
{
int i;
char pass[pass_size];
…

Julien Varghese
- 1
- 1
0
votes
1 answer
BLE 5 peripheral devices are not getting scanned on BLE 5 supported Android phones and iPhones
I am working on an Application which needs to communicate with BLE 5 powered peripheral devices, as our requirement to use the extended advertisement packet. As we know, BLE 5 devices are completely supports background-compatibility. So when the BLE…

sanjay
- 626
- 1
- 7
- 12
0
votes
1 answer
efm32 - efm32gg380f1024 - rtc features
I'm working with the efm32gg380f1024 on a project.
I currently use the BURTC timer (ULFRC clock) as tick source and I would like to use the normal RTC timer(LFRC clock) as well.
Do they exclude each other or can I use both the same time?
I was…

user82375897897928347
- 65
- 1
- 12
0
votes
1 answer
i2c on silicon image c8051f32x (using USBXpress)
I have the I2C (SMBus) working properly in this uC and have a VB GUI which can communicate over USB (using USBXpress) and do I2C transactions from the uC to a separate IC. The problem is that I am having the uC poll a register on the IC every 1s.…

tosa
- 411
- 1
- 3
- 23
-1
votes
2 answers
Error during flutter installation: No such file or directory
I'm on a MacBook Pro with M2 Pro, I'm trying to install Flutter. I already used Flutter with my Previous MacBook Pro Intel based.
Basically, I can install it but there are some path or code problems.
These are the steps I do:
I download Flutter…