Xcode 构建设置中缺少其他链接器标志
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27137213/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Other Linker Flags missing in Xcode Build Settings
提问by B.A.S. Apps
As the title reads, I go into my Build Settings for my app, and search for "Other Linker Flags", nothing is returner. If I even search simply "Other", there is no "Other Linker Flags" section. I've seen other instances of this happening online, but have found no solutions. How can I find Other Linker Flags?
正如标题所写,我进入我的应用程序的构建设置,并搜索“其他链接器标志”,没有返回者。如果我什至只搜索“其他”,则没有“其他链接器标志”部分。我在网上看到过这种情况的其他实例,但没有找到解决方案。如何找到其他链接器标志?
All help appreciated.
所有帮助表示赞赏。
回答by B.A.S. Apps
Make sure you click "All" at the top instead of "Basic". OTHER_LDFLAGS
is the same thing as Other Linker Flags. Have fun!
确保单击顶部的“全部”而不是“基本”。OTHER_LDFLAGS
与其他链接器标志相同。玩得开心!