Xcode 4 — how to find the built project's binary

♀尐吖头ヾ 提交于 2019-12-11 13:36:40

问题


I need a tool for my development work. This tool only exists in code form. So I have to build it. I'm following the instructions in http://projects.akosma.com/projects/nib2objc/wiki/Build_Instructions.

Everything looks good. I press CMD + R (Xcode 4). Everything successfully builds, but nothing runs. Unsurprising, it is a commandline tool. But how do I find the binary that just got generated?

Also, what happened to debug / release build? I bet I am running a debug build, but I can't find how to toggle it.


回答1:


Expand the Products group, right click on your tool's name and click 'Reveal in Finder'.



来源:https://stackoverflow.com/questions/5534859/xcode-4-how-to-find-the-built-projects-binary

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!