如何关闭所有这些xcode构建或链接信息行? [英] how can I shut off all these xcode build or linking info lines?

查看:123
本文介绍了如何关闭所有这些xcode构建或链接信息行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Xcode 4.5.2.当我进行构建和调试时,我在Xcode调试面板中看到了数十行或数百行,例如以下示例行中的每行:

I'm using Xcode 4.5.2. When I build and debug I see in the Xcode debug panel many dozens or hundreds of lines like each of the following sample lines:

dyld: loaded: /Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib
dyld: loaded: /Developer/usr/lib/libXcodeDebuggerSupport.dylib
dyld: loaded: /System/Library/Frameworks/CoreText.framework/CoreText

和这个:

dladdr(0x33a1f000, 0x1e54d318)
dlopen(/System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace, 0x00000010)
dladdr(0x339f2000, 0x1e54d348)
dlopen(/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager, 0x00000010)
dladdr(0x33608000, 0x1e54d378)
dlopen(/System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference, 0x00000010)
dladdr(0x358e4000, 0x1e54d3a8)

和这个:

_dyld_image_count()
_dyld_get_image_header(0)
_dyld_get_image_header(1)
_dyld_get_image_header(2)
_dyld_get_image_header(3)

和这个:

dlsym(0x1e578f90, gldGetVersion)
dlsym(0x1e578f90, gldGetVersion)
dlsym(0x1e578f90, gldCreateDevice)
dlsym(0x1e578f90, gldDestroyDevice)
dlsym(0x1e578f90, gldPopulateRendererInfo)
dlsym(0x1e578f90, gldChoosePixelFormat)

以上每种仅是相似线组的一小部分.我总共看到数百行这样的代码.我想他们是在告诉我有关正在进行的链接的一些信息,但我不知道到底是什么.我一定在某个时候打开了构建设置,导致它们出现.现在,我想再次将其关闭.有人可以说什么设置可以控制这些行的外观吗?

Each of the above is only a small fraction of the groups of similar lines. In all I'm seeing hundreds of lines like these. I suppose they are telling me something about the linking that's going on but I don't know what exactly. I must have turned on a build setting at some point that caused them to appear. Now I'd like to turn it off again. Can anybody say what setting controls the appearance of these lines?

推荐答案

在Xcode中项目的方案下,导航至诊断"选项卡,然后取消选中"Log Dyld API使用情况"和日志库加载".前者要冗长得多.

Under your project's scheme in Xcode, navigate to the Diagnostics tab and uncheck "Log Dyld API Usage" and "Log Library Loads." The former is far more verbose.

这篇关于如何关闭所有这些xcode构建或链接信息行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆