Skip to content

Missing CoreImage.framework in MacOS Yosemite 10.10.5 #2

@Ccii77

Description

@Ccii77

Missing CoreImage.framework in MacOS Yosemite 10.10.5
Apple's internal system frameworks and libraries get moved around between major releases. In MacOS 10.10.5 (Yosemite), the CoreImage framework is not in /System/Library/Frameworks, but it is in /System/Library/Frameworks/QuartzCore.framework/Frameworks/CoreImage.framework

If any applications or compilers (linkers actually) complain about missing CoreImage, you can try to manually link it:

$ sudo ln -s /System/Library/Frameworks/QuartzCore.framework/Frameworks/CoreImage.framework /System/Library/Frameworks/CoreImage.framework

would this be a solution to patch the ShadowsocksX-NG-R8 ?

really hope you can patch a newer version of SSR for mac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions