You probably have symlinks in your nested framework
Verify with:
codesign --verbose=4 --deep --strict xxx.app

Read more http://furbo.org/2015/07/23/code-signing-in-el-capitan/

On Tue, Sep 22, 2015 at 11:49 AM, Sak Wathanasin <[email protected]
> wrote:

> I haven't seen any discussion of this issue here, so I'll assume that I'm
> doing something wrong.
> Does anyone know if the code-signing requirements for 10.11 have changed?
>
> Our app is being rejected by Gatekeeper on OSX 10.11 GM (but accepted on
> 10.8 - 10.10). "spctl -a"
> on 10.10 accepts it, but on 10.11, it says:
>
> xxx.app: rejected
> source=obsolete resource envelope
> origin=Developer ID Application: blah...
>
> However, "codesign --verbose=4 --deep --verify" doesn't object:
>
> xxx.app: valid on disk
> xxx.app: satisfies its Designated Requirement
>
> "codesign -dv" says:
>
> ...etc...
> TeamIdentifier=YYYYY
> Sealed Resources version=2 rules=12 files=555
> Nested=Frameworks/UIElements.framework
>
> I tried spctl -a --raw and it says
>
> xxx.app: rejected
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
> <plist version="1.0">
> <dict>
>         <key>assessment:authority</key>
>         <dict>
>                 <key>assessment:authority:source</key>
>                 <string>obsolete resource envelope</string>
>                 <key>assessment:authority:weak</key>
>                 <true/>
>         </dict>
>         <key>assessment:cserror</key>
>         <integer>-67003</integer>
>         <key>assessment:remote</key>
>         <true/>
>         <key>assessment:verdict</key>
>         <false/>
> </dict>
> </plist>
>
> Any idea what cserror -67003 is?
>
> Many thanks
> --
> Sak Wathanasin
> Network Analysis Limited           http://www.network-analysis.ltd.uk
>
>
>
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/xcode-users/xhruso00%40gmail.com
>
> This email sent to [email protected]
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to