Syphon in Pixels (Framework)

Home Forums Syphon Syphon Development – Developer Syphon in Pixels (Framework)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #66737
    Hexagons
    Participant

    Hi I’m trying to include Syphon in my framework Pixels, http://pixels.software/

    I’ve successfully got the framework working directly in an app, tho when trying to nest it into my own framework I get this runtime error:

    *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) ‘Permission denied’, port = 0x9003, name = ‘info.v002.Syphon.B9E363D9-386A-4435-BF84-993255486A5C’
    See /usr/include/servers/bootstrap_defs.h for the error codes.

    Any idea how to give the permission?

    #66740
    Hexagons
    Participant

    Solved it by adding this to the app entitlements plist:

    <key>com.apple.security.application-groups</key>
    <array>
    <string>info.v002.Syphon</string>
    </array>

    https://github.com/logikaljay/MPComms#use-in-an-application

    • This reply was modified 1 year, 10 months ago by Hexagons.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.