ali-rantakari / icalBuddy

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

icalBuddy not working in Yosemite #6

Closed AmaruCoder closed 9 years ago

AmaruCoder commented 10 years ago

I upgraded OS X to Yosemite, and now I get the following error message when I try to run icalBuddy:

2014-10-18 12:03:05.666 icalBuddy[46273:103577] 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

ali-rantakari commented 9 years ago

This is because your icalBuddy installation is an i386 binary, and in Yosemite CalendarFoundation seems to only exist for the x86_64 architecture.

You can fix this by reinstalling icalBuddy from Homebrew:

rm /usr/local/bin/icalBuddy
rm /usr/local/share/man/man1/icalBuddy*
brew install ical-buddy
AmaruCoder commented 9 years ago

Thank you. This solved my issue.

arthurguillemot commented 9 years ago

Hi !

Is there an other way to do it ? I don't want to uninstall macports...

Thanks !