-
Hi, I am new to the community and hoping to contribute. I am currently running into issues running Fennec on the simulator after successfully building in Xcode (14.1) on a 2022 M2 MacBook Air. After building, the simulator pops up and tries to launch Fennec but fails with the following error:
After following the Readme (including building user scripts, resetting and resolving packages, again on a fresh download) I have tried the following in some combination:
I have a hunch that it is related to architecture - has anyone that uses Apple silicon run into this before? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @mleers, we have some devs over here running on M1 and recently have a dev that started building with an M2 with success. @nbhasin2 did you ran into any of the issues listed up here? In case you can add onto the thread to debug this. Thanks! |
Beta Was this translation helpful? Give feedback.
-
There should be no issues on M1 or M2 mac with XCode 14.1 as I run on a M2 mac |
Beta Was this translation helpful? Give feedback.
-
@lmarceau @nbhasin2 I found the fix here. Essentially, Xcode needs to be launched using Rosetta (and installed first if needed like in my case). |
Beta Was this translation helpful? Give feedback.
@lmarceau @nbhasin2 I found the fix here. Essentially, Xcode needs to be launched using Rosetta (and installed first if needed like in my case).