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

相关推荐
Knock man1 小时前
QML和C++交互
开发语言·c++·交互
✿ ༺ ོIT技术༻1 小时前
C++11:lambda表达式
开发语言·c++
去往火星5 小时前
Visual Studio 2022 QT5.14.2 新建项目无法打开QT的ui文件,出现闪退情况
ide·qt·visual studio
DBWYX6 小时前
c++项目 网络聊天服务器 实现;QPS测试
c++
XYY3697 小时前
前缀和 一维差分和二维差分 差分&差分矩阵
数据结构·c++·算法·前缀和·差分
longlong int7 小时前
【每日算法】Day 16-1:跳表(Skip List)——Redis有序集合的核心实现原理(C++手写实现)
数据库·c++·redis·算法·缓存
24白菜头7 小时前
C和C++(list)的链表初步
c语言·数据结构·c++·笔记·算法·链表
Tee xm7 小时前
清晰易懂的跨平台 MySQL 安装与配置教程
linux·windows·mysql·macos·安装
啥都鼓捣的小yao7 小时前
利用C++编写操作OpenCV常用操作
开发语言·c++·opencv
努力努力再努力wz8 小时前
【c++深入系列】:类与对象详解(中)
java·c语言·开发语言·c++·redis