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.
fprintfログが Xcode オーガナイザー コンソールに出力されません。
fprintf
私も試してみました
fprintf(stdout, "STARTED!\n"); fflush(stdout);
と
printf("");
しかし、上記のどれも機能していないようです。Xcode デバッグ コンソールではログを確認できますが、オーガナイザー コンソールでは確認できません。
何か案は?
次のように使用syslogします。
syslog
#include <syslog.h> syslog(LOG_ERR, "Started!");
詳細はこちら: https://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man3/syslog.3.html