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.
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.