iPhone popen 无法读取标准输出
我正在尝试从我正在编写的 iPhone 应用程序内部执行 shell 命令。该应用程序适用于越狱设备。我需要捕获命令的标准输出以将其显示在应用程序中。我知道 popen 正在执行该命令,因为 xcode 的 gdb 正在显示输出。此外,返回的文件指针不为空,但是当我尝试读取流的第一个字符时,它立即到达 eof。谁能告诉我如何读取标准输出?
I am attempting to execute a shell command from inside an iPhone app I am writing. The app is for jail broken devices. I need to catch the stdout of the command to display it in the app. I know that popen is executing the command because xcode's gdb is showing the output. Also the file pointer returned is not null however when I try to read the first character of the stream it immediately reaches the eof. Can anyone tell me how I can read the stdout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论