Mac code signing Qt app with phonon

179 Views Asked by At

I have tried signing this app many times in many different ways. I have used the code sign utilities from the latest xcode as well as the bitrock installer. They all seem to complete the signing, except that when i try to verify with:

codesign -vvv my.app

I get:

--prepared:my.app/Contents/Frameworks/phonon.framework
--validated:my.app/Contents/Frameworks/phonon.framework
my.app: embedded framework contains modified or invalid version
In subcomponent: my.app/Contents/Frameworks/phonon.framework

It seems like just this one library won't sign. I have googled for hours and I can't figure this out one. I don't know if it's something in the signing that's not right, or something wrong with that library. Is that possible?

0

There are 0 best solutions below