首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何在Xcode4.1中使用iAds

如何在Xcode4.1中使用iAds
EN

Stack Overflow用户
提问于 2011-08-04 13:02:56
回答 1查看 98关注 0票数 0

在In目前,我正在使用iAds的概念,在我的项目中,我的项目是成功的,完全运行在模拟器4.1,但设备4.2.1版本失败,设备错误发生这种错误是什么原因?我的错误是

代码语言:javascript
运行
复制
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
EN

回答 1

Stack Overflow用户

发布于 2011-08-04 14:49:39

SDK4.1与iOS 4.3一起提供,您的设备运行的是4.2.1,因此XCode不匹配。我让你在你的设备上把你的iOS升级到它应该能工作的最新版本。

或者,当您连接设备时,管理器将询问您是否可以从您的设备中收集符号。如果是这样,就让它收集这些符号。然后它将知道您的设备正在运行哪个版本,并且它应该可以工作。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6936412

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档