how to run a program using command line with parameters on mac os x
- by user36089
Hello everyone
I try to use APIKit
http://ericasadun.com/2009/12/apikit-goes-beta/
to scan my codes to detect if there is private api.
apiscanner should run as
apiscanner ~/Desktop/MyPath/myapp.app
I used command 'cd' go to the directory where apiscanner is.
But if I call apiscanner ~/Desktop/MyPath/MyApp.app
Last login: Sun Jun 13 07:22:07 on ttys002
unknown required load command 0x80000022
Trace/BPT trap
logout
Even I copy file 'apiscanner' and 'doit' to MyPath, the execute
same problem
I think there is somethin wrong when I run apiscanner under mac osx
Welcome any comment
Thanks
interdev