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

相关推荐
Winter_Sun灬1 小时前
Mac开发第一步 - 安装Xcode
ide·macos·xcode
晚云与城1 小时前
今日分享:C++ Stack和queue(栈与队列)
开发语言·c++
bikong72 小时前
一种高效绘制余晖波形的方法Qt/C++
数据库·c++·qt
深耕AI2 小时前
【MFC文档与视图结构:数据“仓库”与“橱窗”的梦幻联动 + 初始化“黑箱”大揭秘!】
c++·mfc
励志不掉头发的内向程序员3 小时前
STL库——二叉搜索树
开发语言·c++·学习
白玉cfc3 小时前
【iOS】push,pop和present,dismiss
macos·ios·cocoa
tan180°4 小时前
Boost搜索引擎 查找并去重(3)
linux·c++·后端·搜索引擎
追烽少年x4 小时前
QProxyStyle类中drawControl和drawComplexControl函数的区别是什么
qt
长沙红胖子Qt4 小时前
VTK开发笔记(五):示例Cone2,熟悉观察者模式,在Qt窗口中详解复现对应的Demo
qt·观察者模式·vtk·回调
阿昭L4 小时前
c++中获取随机数
开发语言·c++