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

相关推荐
哇哈哈20219 小时前
信号量和信号
linux·c++
多恩Stone9 小时前
【C++入门扫盲1】C++ 与 Python:类型、编译器/解释器与 CPU 的关系
开发语言·c++·人工智能·python·算法·3d·aigc
蜡笔小马9 小时前
21.Boost.Geometry disjoint、distance、envelope、equals、expand和for_each算法接口详解
c++·算法·boost
超级大福宝10 小时前
N皇后问题:经典回溯算法的一些分析
数据结构·c++·算法·leetcode
weiabc11 小时前
printf(“%lf“, ys) 和 cout << ys 输出的浮点数格式存在细微差异
数据结构·c++·算法
问好眼11 小时前
《算法竞赛进阶指南》0x01 位运算-3.64位整数乘法
c++·算法·位运算·信息学奥赛
yyjtx11 小时前
DHU上机打卡D31
开发语言·c++·算法
czxyvX11 小时前
020-C++之unordered容器
数据结构·c++
会编程的土豆12 小时前
2.25 做题
数据结构·c++·算法
Ljwuhe13 小时前
类与对象(中)——运算符重载
开发语言·c++