Publish QT-based apps to the Mac App Store
You need to compile Qt yourself, using the option -appstore-compliant
../qt6/configure -appstore-compliant -release -prefix /Users/Xxx/Dev/Qt_my -opensource -skip qtwebview -skip qtwebchannel -skip qtwebsockets -skip qtwebengine
Otherwise the apps will be rejected from the Mac app store.
Your app uses or references the following non-public or deprecated APIs:
Symbols: _responsibility_get_pid_responsible_for_pid, _responsibility_spawnattrs_setdisclaim
评论
发表评论