解决QT打包发布App Store时(90238)错误

Invalid signature. The main app bundle, xxxx at the "xxxx.app" path, has the following signing error(s): [a sealed resource is missing or invalid. In subcomponent: xxxx.app/Contents/Frameworks/QtWebEngineCore.framework]. For details about signing Mac code for distribution, visit: https://developer.apple.com/documentation/xcode/creating-distribution-signed-code-for-the-mac. (90238)

Invalid signature. The nested app bundle, at the "xxxx.app/Contents/Frameworks/QtWebEngineCore.framework" path, has the following signing error(s): [a sealed resource is missing or invalid]. For details about signing Mac code for distribution, visit: https://developer.apple.com/documentation/xcode/creating-distribution-signed-code-for-the-mac. (90238)

解决:

修改Info.plist中的app版本号,要比之前的值大,然后重新使用codesign签名和用productbuild重新打包pkg

相关推荐
tjl521314_2117 小时前
04C++ 名称空间(Namespace)
开发语言·c++
ximu_polaris17 小时前
设计模式(C++)-行为型模式-备忘录模式
c++·设计模式·备忘录模式
tankeven1 天前
C++ 智能指针
c++
handler011 天前
【算法模板】最小生成树:稠密图选 Prim,稀疏图选 Kruskal
c语言·数据结构·c++·算法
许长安1 天前
RPC 异步调用基本使用方法:基于官方helloworld-async 示例
c++·经验分享·笔记·rpc
sparEE1 天前
c++面向对象:对象的赋值
开发语言·c++
此生决int1 天前
快速复习之数据结构篇——栈和队列
数据结构·c++
H_BB1 天前
第17届蓝桥杯备战历程
c++·算法·职场和发展·蓝桥杯
daad7771 天前
记录一次上下文切换次数的统计
服务器·c++·算法
tankeven1 天前
C++ Lambda 表达式
c++