Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Plugin compiled on macOS Catalina for R23, not working on Big Sur?

    Cinema 4D SDK
    r23 macos c++
    3
    22
    14.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fwilleke80F
      fwilleke80
      last edited by

      Ah, ok. I've got that enabled, too. I guess adding a timestamp doesn't hurt.

      www.frankwilleke.de
      Only asking personal code questions here.

      1 Reply Last reply Reply Quote 0
      • r_giganteR
        r_gigante @kbar
        last edited by r_gigante

        @kbar said in Plugin compiled on macOS Catalina for R23, not working on Big Sur?:

        @fwilleke80 I think setting the hardened runtime when you code sign solves the timestamp issue. I don’t set a timestamp.

        codesign --force --options runtime --sign 'Developer ID Application: YOURCOMPANYNAME' 'sdk/plugins/yourplugin/yourplugin.xlib'

        Thanks a lot Kent, for pointing this out!
        The one below is the string I use which, as said by Kent, doesn't need the timestamp because of the hardened runtime.
        codesign -f -s "Developer ID Application: <YOUR DEV ID>" --options runtime <binary file>.xlib

        Documentation updated accordingly

        1 Reply Last reply Reply Quote 1
        • First post
          Last post