kokoabim / iOSOpenDev

iOSOpenDev
http://iOSOpenDev.com
Other
901 stars 283 forks source link

Activator Listener Error #66

Closed W1ld-Appl3s closed 3 months ago

W1ld-Appl3s commented 11 years ago

I have built an activator listener that will open a UIAlert open being activated. Everything works great, except every time I open an app i get this message: photo here is my .m file, tell me if there is anything else you need: // // Activate_Reminders.m // Activate Reminders // // Created by Miles Bernhard on 3/4/13. // Copyright (c) 2013 W1ld Appl3s. All rights reserved. //

// LibActivator by Ryan Petrich // See https://github.com/rpetrich/libactivator

import <Foundation/Foundation.h>

import <UIKit/UIKit.h>

import <libactivator/libactivator.h>

@interface Activate_Reminders : NSObject<LAListener, UIAlertViewDelegate> { @private UIAlertView *av; } @end

@implementation Activate_Reminders

@end

Thanks So Much! W1ld Appl3s

W1ld-Appl3s commented 11 years ago

Oh and by the way ignore how it says libobjc that was a problem I fixed in the code the screenshot's old