rangoli icon indicating copy to clipboard operation
rangoli copied to clipboard

Support MacOS < 11

Open matiEU07 opened this issue 2 years ago • 4 comments

I'm currently on macOS Mojave, and I am sadly not able to run the app

matiEU07 avatar Feb 24 '23 20:02 matiEU07

when force running the application by editing the plist and doing it with terminaI I get:

QQmlApplicationEngine failed to load component qrc:/Rangoli/Main.qml:14:1: Cannot load library /Users/user/Downloads/rangoli-portable-macos/rangoli.app/Contents/Resources/qml/QtQml/WorkerScript/libworkerscriptplugin.dylib: (dlopen(/Users/user/Downloads/rangoli-portable-macos/rangoli.app/Contents/Resources/qml/QtQml/WorkerScript/libworkerscriptplugin.dylib, 133): Library not loaded: @loader_path/../Frameworks/QtQmlWorkerScript.framework/Versions/A/QtQmlWorkerScript Referenced from: /Users/user/Downloads/rangoli-portable-macos/rangoli.app/Contents/Resources/qml/QtQml/WorkerScript/libworkerscriptplugin.dylib Reason: image not found)

matiEU07 avatar Feb 24 '23 20:02 matiEU07

Currently Rangoli builds on GitHub actions, which has deprecated MacOS 10.15 runners.

This means I will have to manually build it, not a big deal. Consider it done!

rnayabed avatar Feb 25 '23 19:02 rnayabed

Thank you! just to clarify since you mentioned 10.15, the macOS Mojave is 10.14. Is there a chance that it would work?

(thank you for making such awesome software btw!)

matiEU07 avatar Feb 25 '23 21:02 matiEU07

Yes. I am using this, which supports High Sierra (10.13) onwards.

rnayabed avatar Feb 26 '23 06:02 rnayabed