Delphi 10.3.3 fails macOS notarization

谁都会走 提交于 2020-05-09 07:17:08

问题


My program was being notarized in Delphi 10.3.2, but fails in 10.3.3. PAClient exits with code 1. Is there a log that will help me diagnose the problem? If so, how do I find it?

Here is the whole error afterward:

    Connecting to 192.168.1.231 on port 64211... 
    Status Code: 2, LogFileURL: 
    c:\program files (x86)\embarcadero\studio\20.0\bin\CodeGear.Deployment.targets(581,5): error MSB6006: "paclient" exited with code 1.
Done building target "_OSXDeveloperID" in project "MintToReport4.dproj" -- FAILED.
Done building project "MintToReport4.dproj" -- FAILED.
Build FAILED.
c:\program files (x86)\embarcadero\studio\20.0\bin\CodeGear.Deployment.targets(581,5): error MSB6006: "paclient" exited with code 1.
    0 Warning(s)
    1 Error(s)

来源:https://stackoverflow.com/questions/61292906/delphi-10-3-3-fails-macos-notarization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!