-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples do not build #75
Comments
@indragiek Happen to know why |
@jwilling That's a |
@indragiek Yeah you're right. I guess what happened then is that |
ok - stupid hack solution / unsupported / don't call me if and when this breaks / blows up. in header @interface HackView : NSView <CALayerDelegate>
@end
@interface BTRView : HackView <CALayerDelegate>
@end
in implementation
@implementation HackView
@end
this
[NSApp sendAction:action.action to:action.target]; ->
to this
[NSApp sendAction:action.action to:action.target from:self]; |
Trying to compile any of the examples in the examples workspace gives the following error:
Any ideas?
Is this framework still under active development and I'd be happy to help if any help is needed. :-)
Thanks!
The text was updated successfully, but these errors were encountered: