Hi I am working on a MacOs based application.
we were signing application using certificate via Xcode.
but now my company is not going to provide certificate to us due to some security issue.
I have xcarchive file and need to sign it, is it a correct way to get .app signed it and put it back in xcarchive.
I am trying to sign .app through command line.
there are some third party static libraries in code (SparkleFramework). so signed those too.
and then signed .app as well.
When I check code sign using "codesign -vvv --deep --strict"
it shows me error
.app: a sealed resource is missing or invalid
any help would be appreciated.
6
0
2.9k