xcode 以下构建命令失败
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22134992/
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
The following build commands failed
提问by 0123
I hope someone can help me. I'm really crazy, I've tried everything.
我希望有一个人可以帮助我。我真的疯了,我什么都试过了。
A few days ago installed Titanium Studio on my Mac, then install Xcode. I created a "single window Application Project". Without touching anything special puslo RUN> iOS Simulator> iPhone Retina (3.5 inch).
几天前在我的 Mac 上安装了 Titanium Studio,然后安装了 Xcode。我创建了一个“单窗口应用程序项目”。没有接触任何特殊的puslo RUN> iOS Simulator> iPhone Retina(3.5英寸)。
The program begins to build until the prompt type:
程序开始构建,直到提示输入:
[INFO]: Invoking xcodebuild
[ERROR]: ** BUILD FAILED **
[ERROR]: The following build commands failed:
[ERROR]: Ld build / Debug-iphonesimulator / helloworld.app / helloworld Normal i386
[ERROR] (1 failure)
I updated all Xcode and everything related to Titanium.
我更新了所有 Xcode 以及与 Titanium 相关的所有内容。
Is there any solution?
有什么解决办法吗?
I have read a lot a lot many forums, but I have not found any solution that works. I have cleaned the build folder, and even fails.
我已经阅读了很多很多论坛,但我没有找到任何有效的解决方案。我已经清理了构建文件夹,甚至失败了。
Can you think of anything?
你能想到什么吗?
回答by Ben Avery
Try installing the command line tools for Xcode. Xcode -> Preferences, Downloads.
尝试为 Xcode 安装命令行工具。Xcode -> 首选项,下载。
Also try checking if you have a folder that has the same name as the app itself?
还尝试检查您是否有一个与应用程序本身同名的文件夹?