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

相关推荐
leiming65 小时前
C++ vector容器
开发语言·c++·算法
一然明月7 小时前
QT之基础控件
开发语言·qt
apocelipes7 小时前
从源码角度解析C++20新特性如何简化线程超时取消
c++·性能优化·golang·并发·c++20·linux编程
ozyzo7 小时前
求1~n的累加和
c++
charlie1145141918 小时前
现代C++嵌入式教程:C++98基础特性:从C到C++的演进(1)
c语言·开发语言·c++·笔记·学习·教程
历程里程碑8 小时前
C++ 18智能指针:告别内存泄漏的利器
开发语言·c++
XFF不秃头9 小时前
力扣刷题笔记-全排列
c++·笔记·算法·leetcode
Code Warrior10 小时前
【C++】智能指针的使用及其原理
开发语言·c++
月光在发光11 小时前
多态(虚函数核心作用原理)--C++学习(0)
c++·学习
Sunsets_Red11 小时前
2025 FZYZ夏令营游记
java·c语言·c++·python·算法·c#