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.
iOS APP を ios7(xcode beta5) で実行したところ、クラッシュしました。 getpwuid 関数が null を返すことを発見しましたが、ios6 では問題なく動作します。
struct passwd* pwd = getpwuid(getuid());
実行後、pwd は null であり、
エラー情報:
そのようなプロセスはありません。