-
-
Notifications
You must be signed in to change notification settings - Fork 268
MacOS ARM version requires Rosetta #8334
Copy link
Copy link
Closed
Labels
affect-version: 5.0.1affect-version: 6.0 Initialcomponent: build issues / portingfix-version: 5.0.2fix-version: 6.0 Alpha 1qa: cannot be testedrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Metadata
Metadata
Assignees
Labels
affect-version: 5.0.1affect-version: 6.0 Initialcomponent: build issues / portingfix-version: 5.0.2fix-version: 6.0 Alpha 1qa: cannot be testedrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
On a new install of macOS without Rosetta on a M1 Mac, the ARM installer refuses to continue unless Rosetta is installed.
As far as I know, editing the file "Distribution.xml" in "builds/install/arch-specific/darwin/Distribution.xml" to adding the attribute hostArchitectures="arm64,x86_64" on should solve the problem.