Under Mac OS, i could use GetCurrentProcess and GetNextProcessInfo to get process infos. But when i use the functions under iOS system,i got the link errorslike:
Undefined symbols for architechture i386: “_GetCurrentProcess” "_GetProcessInformation"....
How to get all process info in objective-c under iOS system?