Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

macOS 15.3+ 对 ARM64 二进制文件强制要求有效的代码签名,而 cwgo 的二进制未正确签名或签名格式不兼容 #232

@99n

Description

@99n

背景:

  1. macOS 版本15.3.2,对 ARM64 二进制文件强制要求有效的代码签名
  2. go 版本 1.21.7
  3. 下载 cwgo@latest后,运行 cwgo被强制终止:
$ cwgo --version
[1]    73216 killed     cwgo --version

自查过程:

  1. 运行cat ~/Library/Logs/DiagnosticReports/cwgo-*.ips报(节取):
AMFI: '~/go/bin/cwgo' has no CMS blob?
AMFI: '~/go/bin/cwgo': Unrecoverable CT signature issue

显示macOS 15.3+ 对 ARM64 二进制文件强制要求有效的代码签名,而 cwgo 的二进制未正确签名或签名格式不兼容。

解决方案:
需 cwgo 团队提供正式签名的 ARM64 版本。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions