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
Run /usr/bin/pgrep -q oahd && echo Yes || echo No to validate Rosetta is not installed. "No" means it is not installed.
Run sudo installer -pkg <aarch64 installer pkg path> -target /
Expected behavior
Installation succeeds.
Screenshots or logs
~ % sudo installer -pkg Finch-v0.1.1-aarch64.pkg -target /
installer: This package requires Rosetta 2 to be installed.
Please install Rosetta 2 and then try again.
`sudo softwareupdate --install-rosetta`
installer: Error - Finch can’t be installed on this computer.
Additional context
Found this thread. This might be fixed by specifying hostArchitectures in installer.
The text was updated successfully, but these errors were encountered:
Signed-off-by: Ziwen Ning <[email protected]>
Issue #, if available:
#105
*Description of changes:*
Remove Rosetta from installer test as it is fixed in installer
*Testing done:*
Tested with the latest installer
- [ X ] I've reviewed the guidance in CONTRIBUTING.md
#### License Acceptance
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Signed-off-by: Ziwen Ning <[email protected]>
Describe the bug
Current aarch64 installer can't be installed by installer command in M1 macOS without Rosetta installed.
Steps to reproduce
/usr/bin/pgrep -q oahd && echo Yes || echo No
to validate Rosetta is not installed. "No" means it is not installed.sudo installer -pkg <aarch64 installer pkg path> -target /
Expected behavior
Installation succeeds.
Screenshots or logs
Additional context
Found this thread. This might be fixed by specifying hostArchitectures in installer.
The text was updated successfully, but these errors were encountered: