简体   繁体   English

我在XCode中的项目产品在哪里?

[英]Where are my products of projects in XCode?

I have setup an app project and a static project in a workspace in XCode 4.3.3, no problem. 我已经在XCode 4.3.3的工作区中设置了一个应用程序项目和一个静态项目,没问题。

However, I find all my products are in red color. 但是,我发现我所有的产品都是红色。 I understand that red means I don't have those products, right? 我知道red表示我没有这些产品,对吗?

But I still can run them and test them. 但是我仍然可以运行它们并对其进行测试。

Here is the screenshot: 这是屏幕截图:

在此处输入图片说明

Where the problem is? 问题出在哪里? Where are they? 他们在哪? Why they are in red while I am still run them? 为什么当我仍在运行它们时它们会red

Thanks 谢谢

The products are only shown when you build for the device. 产品仅在为设备构建时显示。 If you're only building for the simulator then they will stay red. 如果您仅为模拟器而构建,那么它们将保持红色。

However, you can navigate to the build folder: 但是,您可以导航到构建文件夹:

File -> Project Settings -> Advanced... -> (click the 2 arrow links at the bottom of the sheet) 文件->项目设置->高级...->(单击工作表底部的2个箭头链接)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM