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

相关推荐
颜*鸣&空2 小时前
QT程序实现串口通信案例
开发语言·qt
Main. 242 小时前
从0到1学习Qt -- 常见控件之显示类控件
qt·学习
招摇的一半月亮4 小时前
P2242 公路维修问题
数据结构·c++·算法
f***01935 小时前
CC++链接数据库(MySQL)超级详细指南
c语言·数据库·c++
合方圆~小文5 小时前
球型摄像机作为现代监控系统的核心设备
java·数据库·c++·人工智能
椰萝Yerosius6 小时前
[题解]2024CCPC郑州站——Z-order Curve
c++·算法
AirDroid_cn6 小时前
iOS 18 后台应用偷跑流量,如何限制?
macos·ios·cocoa
qq_401700418 小时前
Qt中事件循环与并发机制的协同工作
qt
u***42078 小时前
macOs安装docker且在docker上部署nginx+php
nginx·macos·docker
滨HI09 小时前
C++ opencv简化轮廓
开发语言·c++·opencv