keith / reminders-cli

A simple CLI for interacting with macOS reminders
MIT License
666 stars 53 forks source link

Library not loaded #1

Closed Bayonetta closed 8 years ago

Bayonetta commented 8 years ago

After install reminders, I test 'reminders show-lists', but terminal outputs like that.

dyld: Library not loaded: @rpath/libswiftAppKit.dylib
  Referenced from: /usr/local/bin/reminders
  Reason: image not found
[1]    96728 trace trap  reminders
neonichu commented 8 years ago

Yah, the binary links against Swift dylibs for a snapshot, so the @rpath is specific to having that installed. I would recommend just building from source as the easiest method. Alternatively, you can install the DEVELOPMENT-SNAPSHOT-2016-02-08-a from swift.org.

keith commented 8 years ago

Fixed with a new release! https://github.com/keith/reminders-cli/releases/tag/1.0.2

Thanks guys!