You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing packages that do not contain <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/> in their Distribution file, IAs attempts to install the package and silently fails. It thinks the install is successful.
Your provisioning process may then fail in weird ways. A second IAs run will likely work, because Rosetta is now installed (by another script you have)
The text was updated successfully, but these errors were encountered:
I think I'm more interested in detecting and logging this so admins have some kind of idea as to what's going on. Debugging this took an entire day to figure out.
@rodchristiansen's method works for me, but the Rosetta install command returns a 0, so make sure you add an exit 1 to the end of the script, or installapplications will remove itself before running anything else.
When installing packages that do not contain
<options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
in their Distribution file, IAs attempts to install the package and silently fails. It thinks the install is successful.Your provisioning process may then fail in weird ways. A second IAs run will likely work, because Rosetta is now installed (by another script you have)
The text was updated successfully, but these errors were encountered: