简体   繁体   中英

How to fix “Library not loaded: /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage” in android studio with emulator on mac yosemite?

I'm trying to run an app in Android Studio on Mac. I'm using a mac OS Yosemite 10.10.5.

I've installed everything that I need, like: sdk, emulator avd, etc.

I'm getting the following output:

10:09   Emulator: dyld: Library not loaded: /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
10:09   Emulator: Referenced from: /Users/macoutlet/Library/Android/sdk/emulator/lib64/qt/lib/libQt5WebEngineCoreAndroidEmu.5.12.1.dylib
10:09   Emulator: Reason: image not found
10:09   Emulator: Process finished with exit code 133 (interrupted by signal 5: SIGTRAP)

How to fix this problem?

I have an old 10.9.5 version, so I linked the file to place asked by the software: In a terminal:

sudo ln -sfv /System/Library/Frameworks//QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /System/Library/Frameworks/CoreImage.framework

And it worked !

I got it fixed by updating Mac OS Yosemite to Mac OS Catalina.

This issue was because 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

Install Genymotion on Mac will take care off all setting

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM