gpt4 book ai didi

macos - 公证 Electron 应用程序抛出 - "You must first sign the relevant contracts online. (1048)"错误

转载 作者:行者123 更新时间:2023-12-04 05:36:01 25 4
gpt4 key购买 nike

我正在尝试对 Electron 应用程序进行公证,以使其在 macOS Catalina 上运行。打包成功但xcrun altool命令抛出“您必须先在线签署相关契约(Contract)。(1048)”错误。
Electron 应用 package.json 内容:

"mac": {
"entitlements": "./build/entitlements.mac.inherit.plist",
"hardenedRuntime": true,
"type": "distribution",
"category": "public.app-category.productivity",
"icon": "build/icon.icns",
"target": [
"dmg",
"zip"
]
},
"dmg": {
"sign": false,
entitlements.mac.inherit.plist 文件:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.application-identifier</key>
<string><app.bundle.name></string>
<key>com.apple.developer.team-identifier</key>
<string><TEAMID></string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string><app.bundle.name></string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>
</dict>
</plist>
我运行了 https://stackoverflow.com/a/53121755 中提到的命令
xcrun altool --notarize-app -f App.dmg --primary-bundle-id app.bundle.name -u <username> -p <app-specific-password>
它是抛出您必须首先在线签署相关契约(Contract)。 (1048) 错误。我无法继续进行应用签名。帮助!
ps: Electron 公证包抛出同样的错误。

It has been two years since I asked this and I had to bookmarkmy own question just because Apple keeps annoying the devs with suchfrequent policy changes.

最佳答案

TLDR:有 两个 可能需要签订契约(Contract)的地方。检查这些 URL:

  • https://appstoreconnect.apple.com/agreements/
  • https://developer.apple.com/account/

  • 我也收到错误“错误:您必须先在线签署相关契约(Contract)。(1048)”。
    导航到 developer.apple.com 成员(member)或其他任何内容都没有显示提示。事实证明,我的 Apple 开发者帐户在我们的组织中没有“管理员”权限,而且我看不到法律提示,但没有任何迹象表明这一点。
    在具有管理员访问权限的团队成员导航到 https://appstoreconnect.apple.com/ 之后有一个未决的协议(protocol)必须被接受,错误就消失了。
    更新 .评论建议也可以直接在 https://appstoreconnect.apple.com/agreements/# 上查看协议(protocol)。

    关于macos - 公证 Electron 应用程序抛出 - "You must first sign the relevant contracts online. (1048)"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58358449/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com