MAS - Invalid Signature Problem

Wollte heute Updates in den MAS laden, da kommt diese Fehlermeldung.
Invalid Signature - the nested app bundle XojoFramework at path EuroFaktura Basic.app/Contents/Frameworks/XojoFramework.framework is not signed with an Apple submission certificate. Refer to the Code Signing and Application Sandboxing Guide for more information.

Ich habe nichts gendert und signe meine App so:
APPNAME=“EuroFaktura Basic”
APPNAME1=“EuroFaktura Basic”
codesign -f --deep -s ‘3rd Party Mac Developer Application: musa musassa’ --entitlements entitlements.plist “${APPNAME}”.app
codesign -f --deep -s ‘3rd Party Mac Developer Application: musa musassa’ “${APPNAME}”.app/Contents/Frameworks/.dylib
codesign -f --deep -s ‘3rd Party Mac Developer Application: musa musassa’ “${APPNAME}”.app/Contents/MacOS/
.dylib
echo “Verifying Codesigned app…”
codesign -d -vvvv “${APPNAME}”.app
echo “Building installer…”
productbuild --component “${APPNAME}”.app /Applications --sign ‘3rd Party Mac Developer Installer: musa musassa’’ “${APPNAME1}”.pkg

Hat jemand eine Idee???

Hier steht einiges zu diesem Thema.

Hm ja… finde dafür keine Lösung. Ich submitte ja schon seit Jahren und jetzt kommt dieser Fehler… liegt vielleicht an Xojo 2014R1

Okay, dann liegt es an “codesign” befehl. Xojo hat in 2014R1 einige/alle *.dylib in *.framework gendert.

Also:
codesign -f --deep -s ‘3rd Party Mac Developer Application: musa musassa’ “${APPNAME}”.app/Contents/Frameworks/*.framework

Ja genau, seit Xojo2014r1 ist in Frameworks ein neuer Ordner… XojoFramework.framework
War mir nicht aufgefallen…