how to run a program using command line with parameters on mac os x

Posted by user36089 on Super User See other posts from Super User or by user36089
Published on 2010-06-13T01:51:13Z Indexed on 2010/06/13 1:53 UTC
Read the original article Hit count: 356

Filed under:

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

© Super User or respective owner

Related posts about mac