Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シェルコマンドを呼び出す刑務所壊れたiPhoneアプリに取り組んでいます。出力を読み取るには、コマンドの出力をファイルにリダイレクトします。そこに私の問題があります。リダイレクトを実行しようとすると、操作が許可されていないことが報告されます。これは gdb の正確な出力です。sh: ./tmp/tmp.out: Operation not permittedまた、system() 関数を使用してコマンドを呼び出します。前もって感謝します
sh: ./tmp/tmp.out: Operation not permitted
代わりに、これらの種類のために構築されたNSTaskを使用することをお勧めします。