I've an open source project (gdal) that I want to compile and run as part of an iOS app. I had been expecting to use NSTask
but I see now that it was removed in iOS 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 iOS applications?
nstask on iphone
I figued it out for jailbroken iphones:#9983930 – Plenipotentiary