davidpurnell / SpaceInfo

A command line app which returns MacOS spaces & display info
MIT License
11 stars 0 forks source link

Library not loaded error #3

Open waterwheels opened 1 year ago

waterwheels commented 1 year ago

running this on my 10.13.6 mb air gives the error:

dyld: Library not loaded: @rpath/libswiftCore.dylib

I searched around a bit to see if this was something I could fix on my end, and I found some folks talking about an xcode flag ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES that addresses this. Maybe it is on my end though

davidpurnell commented 1 year ago

Hey there, you should be able to fix this problem by installing the Swift runtime mentioned in a previous issue.

https://github.com/davidpurnell/SpaceInfo/issues/2#issuecomment-1470527398

KuRty3009 commented 1 year ago

Hello @davidpurnell

I have the same Issue on my MacBook Pro 13" mid 2010 running macOS High Sierra 10.13.6 (latest supported OS) like @waterwheels even after installing the Swift Runtime.

On my 2020 iMac 27" running Big Sur or Monterey everything works fine out of the box with no issues.

Want to build a Script Library for AppleScript and JXA with custom Terminology (.sdef) with support for High Sierra up to Ventura or Sonoma containing this wonderful CLI but for this project there has to be a fix.

Even for usage otherwise

Greetings from Germany