Need Advice Please On Building Maui App For Mac #23549
Unanswered
ian-barber
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have developed a Maui desktop App which targets Windows and Mac x64 and Arm
I'm currently ignoring Windows because that's obvious but I have a question about Mac.
Do I have to build each one on their respective operating systems?
For example:
Do I build the x64 release on a Mac Intel
Do I build the Arm version on a Mac Silicon
My reason for asking is that when I build the Arm version on the Intel and try to run it on the Mac Silicon it crashes but if I build it using my friend's Mac Mini M1 Silicon it runs fine.
Is this the way we have to do it, need clarification before I decide to invest in a Mac Mini just for compiling the project.
Thanks
Ian
Beta Was this translation helpful? Give feedback.
All reactions