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

相关推荐
MMjeaty25 分钟前
查找及其算法
c++·算法
2501_9159184131 分钟前
iOS描述文件功能解析
android·macos·ios·小程序·uni-app·cocoa·iphone
恋恋西风1 小时前
Qt 打开文件列表选择文件,实现拖拽方式打开文件,拖拽加载
开发语言·qt
yong15858553431 小时前
1. Linux C++ muduo 库学习——库的编译安装
linux·c++·学习
奔跑吧 android2 小时前
【Qt】【1. 版本特性介绍】
qt·cpp·qml
mit6.8242 小时前
回溯剪枝trick
c++
渡我白衣3 小时前
C++世界的混沌边界:undefined_behavior
java·开发语言·c++·人工智能·深度学习·语言模型
却道天凉_好个秋3 小时前
c++ 协程
c++
无敌最俊朗@5 小时前
视频时间基 (time_base) 详解:时间的“刻度单位”
c++
脏脏a5 小时前
【C++ 入门】:引用、内联函数与 C++11 新特性(auto、范围 for、nullptr)全解析
开发语言·c++