macOS‐specific information (24.1) - alessandrofama/wwise-godot-integration GitHub Wiki
Due to the security policies in macOS, the operating system will block the integration from executing.
To bypass this restriction, please run the following command:
xattr -dr com.apple.quarantine path/to/addon
This command removes the quarantine attribute from the files in the specified directory, allowing it to execute.