解决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

相关推荐
一拳一个呆瓜9 小时前
【STL】iostream 编程:检测提取操作产生的错误
c++·stl
稚南城才子,乌衣巷风流9 小时前
判断素数与拓展应用
c++
众少成多积小致巨9 小时前
C++ 规范参考(下)
c++
c2385610 小时前
把 C++ 内存分配拆透:new 与 malloc 的三层血缘
开发语言·c++·算法
txzrxz11 小时前
最短路问题——Dijkstra 算法
数据结构·c++·算法·最短路·优先队列
noipp11 小时前
推荐题目:洛谷 P6231 [JSOI2013] 公交系统
c语言·数据结构·c++·算法·游戏·洛谷·luogu
c2385611 小时前
C/C++每日一练6
c语言·c++·算法
念恒1230612 小时前
网络基础
linux·网络·c++
mct12312 小时前
c++ iconv 字符utf-8转换gb2312失败
开发语言·c++
ziguo112212 小时前
Windows API 文件操作超级指南——从入门到内核
c++·windows·visualstudio