iOS10 で CoreData の SQLDebugログ が出力されない
CoreDataはiOS10でログ出力先がNSLogからos_log/stderrに変わったらしい。その影響で
-com.apple.CoreData.SQLDebug 1
を指定していてもconsoleにSQLiteのログが出力されない。
その場合は起動時引数に-com.apple.CoreData.Logging.stderr 1
を追加してやればOK。
参考
https://forums.developer.apple.com/thread/63315
↑のスレ見て、-com.apple.CoreData.Logging.stderr 1
に書き換えればいいのね、と早とちりしてしまった。正しくは書き換えるのではなく、両方指定する必要がある。
Author And Source
この問題について(iOS10 で CoreData の SQLDebugログ が出力されない), 我々は、より多くの情報をここで見つけました https://qiita.com/kenmaz/items/818d61cd0ece8664c017著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .