I seems to be unable to use NSTask in iOS. Did anyone else experienced that issue?
So I have a simple file:
import Foundation
var task = NSTask()
And I am getting:
Use of unresolved identifier 'NSTask'
Anyone experiencing similar or same issue? If so, any alternatives to shell out other then NSTask?
Thank you.