Xcode“其他链接器标志”之间的区别是什么? vs“Other_LDFLAGS” [英] Xcode what's the difference between "Other Linker Flags" vs "Other_LDFLAGS"

查看:115
本文介绍了Xcode“其他链接器标志”之间的区别是什么? vs“Other_LDFLAGS”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个应用程序在构建时崩溃。

I have an app that crashes on build.

我被告知将Other Linker Flags设置为-ObjC。很好..但

I'm told to set the "Other Linker Flags" to -ObjC. Fine.. but

在Xcode的Build设置中,我没有看到Other Linker Flags,我看到Other_LDFLAGS。

in Xcode's Build settings, I don't see "Other Linker Flags", I see "Other_LDFLAGS".

那么,有什么区别,如果有必要,我如何从一个换到另一个?

So, what is the difference, and how do I change from one to the other if necessary?

一张图片值得......所以..我告诉我需要的是:

A picture is worth.... so.. what I'm told I need:

以及我所拥有的:

推荐答案

这些都是一回事。一个是另一个的同义词。如果在选择其他链接器标志时单击Xco​​de 4.5中检查器中的快速帮助,它将告诉您它设置了OTHER_LDFLAGS设置。 Other Linker Flags是人类可读的版本, OTHER_LDFLAGS 是链接器使用的实际变量名。

These are the same thing. One is a synonym for the other. If you click on the Quick Help in the inspector in Xcode 4.5 when you have "Other Linker Flags" selected, it will tell you that it sets the "OTHER_LDFLAGS" setting. "Other Linker Flags" is the human-readable version, and OTHER_LDFLAGS is the actual variable name that the linker uses.

这篇关于Xcode“其他链接器标志”之间的区别是什么? vs“Other_LDFLAGS”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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