2011-01-10 18 views
2

デバイスでアプリを実行する際に問題が発生しました。私のデバイスソフトウェアバージョン4.2.1と私のxcodeは4.2です。私は私のアプリでただMessageUIFrameworkを使用しています。私のコンソールメッセージは次のとおりです。私を助けてください。iPhoneデバイスでアプリを実行できません

unable to load symbol file: unable to load symbol file: unable to load symbol file:  unable to 

load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: target remote-mobile /tmp/.XcodeGDBRemote-3893-99 
Switching to remote-macosx protocol 
mem 0x1000 0x3fffffff cache 
mem 0x40000000 0xffffffff none 
mem 0x00000000 0x0fff none 
run 
Running… 
[Switching to thread 11523] 
[Switching to thread 11523] 
continue 
unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found). 
warning: UUID mismatch detected with the loaded library - on disk is: 
    /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 
warning: UUID mismatch detected with the loaded library - on disk is: 
    /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/System/Library/Frameworks/QuickLook.framework/QuickLook 

答えて

0

私はあなたが開発者のWebサイトにアクセスし、もう一度、あなたの証明書を取得する必要があると思います。今回はあなたの携帯電話とウェブサイトにUUIDを合わせます。

4

ディスク上のフレームワークのバージョンが、デバイスのバージョンと一致しません。フォルダを削除:

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ 4.2.1/

(上記太字)SDKのバージョンは、任意のインストールされたバージョンであってもよいです。テストデバイスのバージョンを選択します。

デバイスを接続してXcodeを起動します。オーガナイザ(ウィンドウ>オーガナイザ)を開くと、これらのフレームワークを復元するように求められます。これが完了したら、デバイスのアプリケーションをビルドする前に、XcodeとClean All Targetsを再起動してください。

参照:UUID mismatch detected with the loaded library

+0

これも私のために働いた。私はすべての証明書を再生成する必要はありませんでした。 –

+0

FWIWも私のために働いていました。 -E – Eric

関連する問題