在In目前,我正在使用iAds的概念,在我的项目中,我的项目是成功的,完全运行在模拟器4.1,但设备4.2.1版本失败,设备错误发生这种错误是什么原因?我的错误是
WARNING: Falling back to active SDK directory at: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk
GNU gdb 6.3.50-20050815 (Apple version gdb-1472) (Thu Aug 5 05:54:10 UTC 2010)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys000
Loading program into debugger…
Program loaded.
target remote-mobile /tmp/.XcodeGDBRemote-169-47
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]
sharedlibrary apply-load-rules all
continue
warning: UUID mismatch detected with the loaded library - on disk is:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk
/System/Library/Frameworks/Foundation.framework/Foundation发布于 2011-08-04 14:49:39
SDK4.1与iOS 4.3一起提供,您的设备运行的是4.2.1,因此XCode不匹配。我让你在你的设备上把你的iOS升级到它应该能工作的最新版本。
或者,当您连接设备时,管理器将询问您是否可以从您的设备中收集符号。如果是这样,就让它收集这些符号。然后它将知道您的设备正在运行哪个版本,并且它应该可以工作。
https://stackoverflow.com/questions/6936412
复制相似问题