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

相关推荐
Digitally2 分钟前
如何将照片从华为传输到Mac?
macos·华为
ZouZou老师4 分钟前
C++设计模式之建造者模式:以电脑组装为例
c++·设计模式·建造者模式
ElenaYu6 分钟前
在 Mac 上用 scrcpy 投屏 Honor 300 Pro(鸿蒙/Android)并支持鼠标点击控制
android·macos·harmonyos
ZouZou老师2 小时前
C++设计模式之工厂方法模式:以家具生产为例
c++·设计模式·工厂方法模式
fish_xk5 小时前
c++中的引用和数组
开发语言·c++
有点。8 小时前
C++ ⼀级 2024 年 03 ⽉
c++
CC.GG8 小时前
【C++】二叉搜索树
java·c++·redis
Savior`L9 小时前
二分算法及常见用法
数据结构·c++·算法
深海潜水员9 小时前
OpenGL 学习笔记 第一章:绘制一个窗口
c++·笔记·学习·图形渲染·opengl
mmz120710 小时前
前缀和问题(c++)
c++·算法·图论