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

Mac m1 flutter project not running on Android device or emulator

I using Macbook Air M1. Simple flutter project. Trying to build the app for android device or emulator no mattaer through Android Studio or from terminal flutter return this message: Launching lib/main.dart on sdk gphone64 arm64 in debug…
1
vote
2 answers

How do I use SFML on Apple M1 Mac?

I installed SFML for macOS-clang with this video https://www.youtube.com/watch?v=WOyp5n2FmZY. And I setup the Xcode like this video https://www.youtube.com/watch?v=kusRtYC-wj4 but it does not work like in the video. It can be built with no error or…
1
vote
1 answer

Installing XGBoost on iMac M1 with GPU Support

I currently wrote some script for running XGBoost on my M1 iMac computer. I have installed XGBoost already within conda-forge as seen: ... wheel 0.37.0 pyhd8ed1ab_1 conda-forge xgboost 1.5.0 …
M. Fire
  • 117
  • 2
  • 6
1
vote
2 answers

Migration to Xcode 13 [M1] breaks Pod build and precompile headers for any configuration other than Release

I recently updated to a new MacBook Pro 13" M1 and have setup Cocoapods and Ruby 3.0 to get my Xcode Workspace running. When previously running the same codebase, same commit on Xcode 13 on x86 MBP, all of by Build Schemes [Prod ==> Release; QA ==>…
1
vote
1 answer

Notification does not trigger userNotificationCenter on macOS Big Sur 11.6

When I run app using terminate argument (set using “Product“ / “Scheme” / “Edit Scheme…” / “Run” / “Arguments” / “Argument Passes On Launch”), a notification appears in macOS Notification Centre and app terminates. #testapp application did finish…
sunknudsen
  • 6,356
  • 3
  • 39
  • 76
1
vote
1 answer

Execution failed for task ':app:processDebugResources'. on mac m1

I've cloned repo of existing project on github. After launching I got next log: Launching lib/main.dart on Android SDK built for arm64 in debug mode... [flutter_background_geolocation] Purging debug resources in release build Warning: Mapping new ns…
arcthurus
  • 75
  • 6
1
vote
2 answers

M1 VS Code Live Server extension dont launch chrome

I have setup Vscode on a new m1 macbook, but Live server extension doesn't seem to work. Specifically is not launching the browser (Chrome). This is my setting.json file document : { "workbench.colorTheme": "Default Dark+", …
1
vote
1 answer

Original error was: dlopen(/Users/ulto4/miniforge3/envs/python386/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 2):

Whenever I import numpy in any program I get this error: Original error was: dlopen(/Users/ulto4/miniforge3/envs/python386/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 2): Library not loaded:…
Ulto 4
  • 368
  • 4
  • 16
1
vote
0 answers

SnapSDK Pods install causes Sigabrt error

I am currently working on an IOS app in swift and want to integrate the SnapSDK frameworks via cocoa pods. However, once I use pod install – with pod 'SnapSDK' in my podfile – I get this Sigabrt error. I have tried running this with a brand new…
1
vote
2 answers

GatsbyJS not loading google fonts after initial load

I upgraded Gatsby from v2.x.x to 3, and like the documentation suggested, upgraded all the gatsby plugins including gatsby-plugin-styled-components as well as styled-components. I understand that I've upgraded major versions, which means there will…
nkhil
  • 1,452
  • 1
  • 18
  • 37
1
vote
0 answers

how to use virtual environment for python2.7 on Mac M1?

My old code project's process environment is python2.7, I bought a new Mac M1 days ago, however, after install conda by miniforge, I found it that only supports python3,and virtualenv is so on, anybody help?
bai
  • 21
  • 1
  • 5
1
vote
1 answer

Creating environment in miniconda on Mac M1

I recently got a new Mac with M1 processor. From the terminal I installed miniconda through home-brew. Then, I tried to create a new conda environment as usual using conda create --name my_env. Then, I try to activate the environment using conda…
Geo_toto
  • 23
  • 4
1
vote
1 answer

Add assimp in Cmake project on Mac M1 with CLion

Since a week, I tried to include the assimp library into my OpenGL project without success. I use the Mac M1 and I get the following error Undefined symbols for architecture arm64: "Assimp::Importer::ReadFile(char const*, unsigned int)",…
Lyxas
  • 13
  • 4
1
vote
1 answer

Mac M1: Dnsmasq not resolving the local host on new apple m1 chip

I'm trying to setup my M1 laptop for dev env. But some dnsmasq is not working. I executed the following commands for dnsmasq: brew install dnsmasq echo 'address=/.local/127.0.0.1' > /opt/homebrew/etc/dnsmasq.conf sudo brew services start…
Waqas Afzal
  • 113
  • 1
  • 5
1
vote
0 answers

macOS Terminal Process completed on any click

My macOS terminal is showing Process completed when I type any thing. I am not able to type or do anything on terminal (This effect my Android Studio and VsCode terminal also they just open close in an second) So all issue are causing with this…
Umaiz Khan
  • 1,319
  • 3
  • 20
  • 66