JFHotkeyManager
JFHotkeyManager copied to clipboard
Can't get it to work in 64-bit
I'm using XCode 4.6.1 (4H512) and SDK 10.8. The app compiles fine after linking the Carbon.framework and adding the "-fno-objc-arc" compile flag to the library but the selectors are never called.
I tried compiling the demo app and it doesn't compile. It says that Cabon.framework is missing (but it is obviously there as I'm using it for other projects).
Any help is greatly appreciated.