ali-rantakari / icalBuddy

Command-line utility for printing events and tasks from the OS X calendar database.
149 stars 33 forks source link

Runtime error under Yosemite #9

Closed jgclark closed 9 years ago

jgclark commented 9 years ago

Using current version (1.8.8) I've been getting the following errors under Yosemite:

2014-11-27 18:01:12.846 icalBuddy[30650:3816422] Error loading /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation: dlopen(/System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation, 265): no suitable image found. Did find: /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation: mach-o, but wrong architecture

It then goes on to produce the right information.

edasque commented 9 years ago

I had the same issue. https://github.com/ali-rantakari/icalBuddy/issues/6 solved it

rm /usr/local/bin/icalBuddy rm /usr/local/share/man/man1/icalBuddy* brew install ical-buddy

ali-rantakari commented 9 years ago

Yep, duplicate of #6