Hello,
Is there any way to debug why my pkg is nt compatible with my MacOS?
I was building the "*.app" using Qt and deploy by `macdeployqt`. After check every Frameworks and plugins paths the next step was:
- `pkgbuild --component <NAME>.app --install-location /Application <APP_NAME>.pkg`
and
`sudo productbuild --package <APP_NAME>.pkg --content <APP_NAME>.app --sign "Developer Install ID: (XXXXX)" <SIGNED_APP_NAME>.pkg `
I was trying to Install <SIGNED_APP_NAME>.pkg but Instaler throws me an error: "This package is incompatible with your version of MacOS".
I'm using MacOs 10.15. + I found also that there is no codesign folder in my bundle is that might be a reason?
Maybe I missed something?