Open
Description
After some investigation of my own swift-stuff for emacs I noticed that "uname -a"
is different in iTerm compared to emacs shell. iTerm (rosetta) returns x86_64 while Emacs returns arm64.
The only way I could get xcodebuild to run correctly on M1 is if its prepended with "env /usr/bin/arch - x86_64 \\".
Just to be clear, the command runs oki but the -destination with iOS Simulator doesnt work without it.
Metadata
Assignees
Labels
No labels