initialization - Swift 3 // readDataToEndOfFile() is stopping my code -


i try figure out, strings, terminal program (using process() that), getting out.

i try pipe(). after initialization of data, following code won't execute:


import foundation let pipe = pipe() let data = pipe.filehandleforreading.readdatatoendoffile() print("trace") 

why print comes not alive?


Comments