How do I dynamically exclude a specific architecture before the project is built in Xcode cloud?
We discovered that without excluding arm64 our CI (Xcode cloud) fails. I’d want to use a script, specifically ci_post_clone.sh script to dynamically change this setting. But I’m failing to write a proper script. Can someone help please?