I've an open source project (gdal) that I want to compile and run as part of an iPhone app. I had been expecting to use NSTask but I see now that it was removed in OS 3.0. I've also seen elsewhere that running external applications, though this would be a resource in my app's bundle, is not allowed.
Has anyone else found a way to run commandline tools within their iPhone applications?
nstask on iphoneI figued it out for jailbroken iphones:stackoverflow.com/questions/9983430/… – Epic_orange Apr 4 at 21:20