Warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).
ターミナルを起動して、下記コマンドを投入し、シンボリックリンクを作成する。
sudo ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2\ \(8C134\)/Symbols/usr/lib/info /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1\ \(8C148\)/Symbols/usr/lib
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
上記のワーニングメッセージの場合は、下記コマンドでシンボリックリンクを作成する。
sudo ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2\ \(8C134\)/Symbols/Developer /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1\ \(8C148\)/Symbols
最新のiOS4.2.1のDeviceSupport下にファイルが存在しないというメッセージが表示されているので、直前のバージョンiOS4.2のDeviceSupport下を参照するようにする。
この対処法でWarningメッセージは表示されないようにはなるが、この対処法で正しいかは不明。
そもそも、最新OSであるiOS4.2.1のDeviceSupport下に該当ファイルが存在しないことがおかしい。
iOS4.2.1ビルド環境のバグかも?
■参考記事:
http://d.hatena.ne.jp/shalgiel/20101125/1290655350
タグ:iPhone

