按照步骤配置后,打包出的pkg提交到transporter审核会提示大量的codesign信息, ERROR: Asset validation failed (90284) Invalid Code Signing. The executable 'io.pkg/Payload/.app/****' must be signed with the certificate that is contained in the provisioning profile. (ID: 43724f5a-90b8-4cf9-98ff-68a02ce7c59f) ,看上去是codesign出了问题。于是使用codesign 对app产物和pkg产物进行检查时,app产物拥有codesign签名,但是pkg没有,手动使用codesign命令对pkg签名,后重新提交到transporter,依然存在大量的 ERROR: Asset validation failed (90284) Invalid Code Signing 错误。大佬有思绪是什么原因造成的么?
electron应用提交到Mac App Store(MAS)全流程前言:近期正在开发一个electron应用,并尝试打包上架mac的appstore中,此文记录中间的各种坑点。 基本概况 应用基于vue + electron,并将其升级至e...