iOSInstalledApps icon indicating copy to clipboard operation
iOSInstalledApps copied to clipboard

App crash when running the example on iOS 9.3.2

Open loiterlion opened this issue 9 years ago • 1 comments

In LLInstalledApps.m line 69, then app crashes indicating the foo is nil

+ (NSArray *) runningApps{

    NSArray* foo = [[LLInstalledApps sharedInstance] _sysctl_ps];
    assert(foo);
............

loiterlion avatar Jul 04 '16 06:07 loiterlion

Ouch. Any luck looking at this? I've been busy and haven't had a chance to investigate this.

arg0s avatar Aug 03 '16 03:08 arg0s