[Bug 771860] Apple release code sign error.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 19 19:00:19 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=771860

Nick Kallen <socialmediamaster9000 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |socialmediamaster9000 at gmail
                   |                            |.com

--- Comment #6 from Nick Kallen <socialmediamaster9000 at gmail.com> ---
Hi,

I know what the unsealed contents problem is. In generated framework's Version/
directory, Current is a symlink to '../Version/1.0' rather than just '1.0'
which does not seem to work with the codesign tool.

Furthermore, I had to change these settings in Info.plist

        <key>CFBundleName</key>
        <string>GStreamer</string>
        <key>CFBundleExecutable</key>
        <string>GStreamer</string>

In order to avoid the 'codesign --deep' issue. (You're not supposed to use
--deep in this context according to various things I read on the Internet).

I've hacked a few other things to get this all working in my development
environment, but I think they are unrelated bugs.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list