LibreOffice / loeclipse

LibreOffice Eclipse plugin for extension development
https://libreoffice.github.io/loeclipse/
31 stars 25 forks source link

Error when creating project on macOS #54

Open smehrbrodt opened 7 years ago

smehrbrodt commented 7 years ago

Seems to be an issue with the SDK:

dyld: Library not loaded: @__VIA_LIBRARY_PATH__/libuno_sal.dylib.3 Referenced from: /Users/samuel/Downloads/LibreOffice5.3_SDK/bin/uno-skeletonmaker Reason: image not found

smehrbrodt commented 7 years ago

Apparently there are some security restrictions in recent macOS which don't allow you to override DYLD_LIBRARY_PATH. Needs more investigation.