How to run an executable in iOS App?
问题 I want to run an executable file in my iOS app. (or execute some command line commands) I think this can be done with the help of NSTask, but that doesn't seem to be available in iOS (its available for mac OS X only). So, How can i run an executable from my app ? OR How can i execute shell commands from my app ? How can i make use of NSTask in iOS ? Are there any other libraries like NSTask which i can make use of ? If none of the above is possible, please let me know a way around. I want my