iPhone popen 无法读取标准输出

发布于 2024-09-13 01:59:01 字数 177 浏览 7 评论 0原文

我正在尝试从我正在编写的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文