2

I'm trying to make an iOS app to run an executable file from code. The file is in /usr/bin/, and I need to execute it with arguments.

How can I do it?

4

1 回答 1

1

NSTask我可以使用这里描述的方法调用一些命令行应用程序:

适用于 iPhone 的 NSTask 或等效项

包括来自 Mac OS X 的 NSTask.h 头文件就足以让它在我的越狱设备上运行。

于 2013-06-18T10:32:18.370 回答