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

相关推荐
t***54434 分钟前
如何在Dev-C++中使用Clang编译器
开发语言·c++
Qbw20041 小时前
【Linux】进程地址空间
linux·c++
6Hzlia2 小时前
【Hot 100 刷题计划】 LeetCode 739. 每日温度 | C++ 逆序单调栈
c++·算法·leetcode
良木生香2 小时前
【C++初阶】:STL——String从入门到应用完全指南(1)
c语言·开发语言·数据结构·c++·算法
Kurisu_红莉栖3 小时前
c++复习——const,static字
c++
czxyvX3 小时前
1-Qt概述
c++·qt
齐鲁大虾4 小时前
新人编程语言选择指南
javascript·c++·python·c#
CoderMeijun4 小时前
C++ 多线程进阶:Lambda、条件变量与死锁
c++·多线程·条件变量·lambda·死锁·生产者消费者
库奇噜啦呼4 小时前
【iOS】内存对齐原理
macos·ios·cocoa
unicrom_深圳市由你创科技5 小时前
上位机开发常用的语言 / 框架有哪些?
c++·python·c#