In LLInstalledApps.m line 69, then app crashes indicating the foo is nil ``` + (NSArray *) runningApps{ NSArray* foo = [[LLInstalledApps sharedInstance] _sysctl_ps]; assert(foo); ............ ```
In LLInstalledApps.m line 69, then app crashes indicating the foo is nil