syphon on high sierra

Home Forums Syphon Syphon Development – Developer syphon on high sierra

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59317
    interwebjill
    Participant

    I am having problems importing the syphon framework into my xcode project. I was able to build from the repo and install the framework in xcode 7 on yosemite, but when I switched to xcode 8 on high sierra, it would not import. It appears in red in the frameworks folder in the project navigator.

    Does anyone have any clues as to what might be going on?

    #59318
    interwebjill
    Participant

    Here is the error code:

    dyld: Library not loaded: @loader_path/../Frameworks/Syphon.framework/Versions/A/Syphon
    Referenced from: /Users/administrator/repos/imagegrabberc/xcode/build/Release/imageGrabber
    Reason: image not found
    Program ended with exit code: 6

    #59319
    bangnoise
    Keymaster

    Sounds like you’re missing a Copy Files build phase to copy Syphon.framework to the Frameworks folder of your app bundle.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.