2011-01-10 5 views
2

Ich hatte ein Problem mit meiner App auf dem Gerät ausgeführt. Meine Gerätesoftware Version 4.2.1 und mein xcode ist auf 4.2. Ich verwende nur MessageUIFramework in meiner App. Und meine Konsolenmeldung folgt. Bitte hilf mir.Nicht in der Lage, die App in iPhone zu starten Gerät

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 

Antwort

0

ich denke, dass Sie auf die Entwickler-Website gehen müssen und erhalten Sie Ihr Zertifikat noch einmal. Dieses Mal passen Sie Ihre UUID mit Ihrem Telefon und der Website an.

4

Die Framework-Versionen auf der Festplatte stimmen nicht mit den Versionen auf dem Gerät überein. Löschen Sie den Ordner:

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

Die SDK-Version (bolded oben) jede installierte Version sein kann. Wählen Sie die Version (en) Ihrer Testgeräte.

Schließen Sie Ihr Gerät an und starten Sie Xcode. Öffnen Sie den Organizer (Window> Organizer) und Sie werden aufgefordert, diese Frameworks wiederherzustellen. Sobald dies abgeschlossen ist, starte Xcode neu und bereinige alle Ziele, bevor du die App für das Gerät erstellst.

Siehe: UUID mismatch detected with the loaded library

+0

Dieser arbeitete auch für mich. Gott sei Dank musste ich mich nicht darum kümmern, alle Zertifikate neu zu erstellen. –

+0

FWIW das hat auch für mich funktioniert. -E – Eric

Verwandte Themen