Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing CoreImage.framework in MacOS Yosemite 10.10.5 #2

Open
Ccii77 opened this issue Nov 18, 2020 · 0 comments
Open

Missing CoreImage.framework in MacOS Yosemite 10.10.5 #2

Ccii77 opened this issue Nov 18, 2020 · 0 comments

Comments

@Ccii77
Copy link

Ccii77 commented Nov 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant