You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: