Asset validation failed (90278)
Invalid Bundle. The application bundle may not contain tools or frameworks provided by Apple, or using bundle identifiers in the 'com.apple.' namespace. Invalid bundle: [com.zhixdl.admin.pkg/Payload/xxxxx.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/Helpers/QtWebEngineProcess.app.dSYM], with bundle identifier 'com.apple.xcode.dsym.com.yourcompany.QtWebEngineProcess'. (ID: 7b10d267-7733-4214-bbc5-b599fb916435)
原因:QtWebEngineProcess引用了QtWebEngineProcess.app.dSYM,里的bundle identifiers是错误的,进入包中,修改该包的Info.plist中的bundle identifiers为正确的应用的id。