hachinoBlog

hachinobuのエンジニアライフ

warning: Unable to read symbols for 〜 (file not found). による警告

実機にアプリをインストールして動かすとコンソールに
warning: Unable to read symbols for /Users/[username]/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405)/Symbols/System/Library/Extensions/IMGSGX535GLDriver.bundle/IMGSGX535GLDriver (file not found).

warning: No copy of IMGSGX535GLDriver.bundle/IMGSGX535GLDriver found locally, reading from memory on remote device. This may slow down the debug session.
上記のような警告が発生。。

対処法としては警告に記載されているpathまで行存在する最後のファイルを削除
次回、インストール時に生成されるらしい

参考URL
http://techfuntech.blogspot.com/2010/12/ios421-warning-unable-to-read-symbols.html