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

相关推荐
counterxing10 小时前
最近发现一个 Mac 工具,有点像把 Raycast、语音输入法、截图和录屏塞到了一起
macos·ai编程·claude
郝学胜_神的一滴14 小时前
CMake 30:循环语法全解|foreach_while双循环精讲、迭代技巧与实战避坑指南
c++·cmake
卷无止境3 天前
C++ 的Eigen 库全解析
c++
卷无止境3 天前
现代 C++特性大盘点:一门脱胎换骨的老语言
c++·后端
郝学胜_神的一滴3 天前
CMake 27:缓存变量的特性、语法、类型与实操全解
c++·cmake
Quz4 天前
QML Hello World 入门示例
qt
博客18005 天前
酷宝的使用方法,超好用的免费界面库,C++、MFC可用
c++·mfc·界面库·库来帮·酷宝
郝学胜_神的一滴5 天前
CMake 026:属性体系精讲、四大作用域全解 & 实战代码落地
c++·cmake
众少成多积小致巨5 天前
JNI (Java Native Interface) 技术手册中文参考指南
android·java·c++
xcyxiner7 天前
DicomViewer (dcmtk读取dcm文件)5
qt