Expo
Create
Log in / Sign up
Roadmap
Feature Requests
Voters
Konrad Mayer
Michel Courtine
theo
José Luis P M
Kaloyan Kosev
Kenneth Lynne
Adil Usman
ishiahirake
P
Patrick Choo
Brooke
and 10 more...
Powered by Canny
20
EAS build support for Mac M1
complete
Steve Phuc
February 27, 2022
Brent Vatne
marked this post as
complete
Pinned
https://blog.expo.dev/m1-workers-on-eas-build-dcaa2c1333ad
·
January 11, 2023
Activity Feed
Sort by
Brent Vatne
marked this post as
complete
https://blog.expo.dev/m1-workers-on-eas-build-dcaa2c1333ad
·
January 11, 2023
·
Reply
Michael Wood
It looks like they're working on it:
https://twitter.com/notbrent/status/1582464650272452608
·
November 1, 2022
·
Reply
Gál Péter
Hello! So the problem is that when you just run the
eas build --local
on a M1 Mac, then your build will fail with error code 65.
My solution for this problem was the following:
  1. Run
    expo prebuild
    . It will generate an ios and and android folder.
  2. Open the project in XCode and under Build settings, set
    arm64
    as an excluded architecture.
  3. Set the "Build Active Architectures Only" to "Yes" for both Debug and Release.
·
April 22, 2022
·
Reply
Michael Wood
Could you elaborate on what the problem is? I assume you mean
eas build --local
?
I have built Android apps using
eas build --local
on my M1 Mac many times. I have not yet built an iOS app, but I believe that should work as long as you have Xcode installed.
·
February 27, 2022
·
Reply
Andréas Hanss
Michael Wood: It doesn't, cocoapods is not well supported see
https://reactnative.dev/docs/environment-setup
And especially this : https://github.com/CocoaPods/CocoaPods/issues/10518#issuecomment-798912624
Solution is to get latest cocoapods from brew instal of gem :
https://github.com/CocoaPods/CocoaPods/issues/9907#issuecomment-1070526874
·
May 18, 2022
·
Reply
Powered by Canny