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

相关推荐
Mr YiRan1 小时前
C++面向对象继承与操作符重载
开发语言·c++·算法
额,不知道写啥。7 小时前
HAO的线段树(中(上))
数据结构·c++·算法
LYS_06187 小时前
C++学习(5)(函数 指针 引用)
java·c++·算法
ADDDDDD_Trouvaille8 小时前
2026.2.21——OJ95-97题
c++·算法
Once_day8 小时前
C++之《程序员自我修养》读书总结(4)
c语言·c++·编译和链接
tod11310 小时前
C++核心知识点全解析(二)
开发语言·c++·面试经验
载数而行52010 小时前
算法系列2之最短路径
c语言·数据结构·c++·算法·贪心算法
消失的旧时光-194310 小时前
C++ 多线程与并发系统取向(五)—— std::atomic:原子操作与状态一致性(类比 Java Atomic)
开发语言·jvm·c++·并发
低频电磁之道10 小时前
C++中预定义宏
开发语言·c++
fpcc11 小时前
并行编程实战——CUDA编程的Warp Vote
c++·cuda