Xcode 4 - 构建输出目录

Xcode 4 - build output directory(Xcode 4 - 构建输出目录)
本文介绍了Xcode 4 - 构建输出目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I have problems with setting up/locating my output files in Xcode4 (beta 5). They are placed somewhere in ~/Library/Developer/ugly_path/.... I can't even select "show in finder" on my products. It is the same for a simple C project, Foundation tool and even Cocoa bundle. A Debugging works fine.

Could you please point me out where and how to set up / build output directories? (I know it sounds dumb, I've been coding in Xcode3 for months, but I can't figure it out in Xcode4 beta).

Thanks a lot.

解决方案

From the Xcode menu on top, click preferences, select the locations tab, look at the build location option.

You have 2 options:

  1. Place build products in derived data location (recommended)
  2. Place build products in locations specified by targets

Update: On xcode 4.6.2 you need to click the advanced button on the right side below the derived data text field. Build Location select legacy.

这篇关于Xcode 4 - 构建输出目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
Show/Hide barButtonItem(显示/隐藏barButtonItem)
Viewpager2 transistion stuck halfway when slide opened using setCurrentItem(使用setCurrentItem打开幻灯片时,ViewPager2转场中途停滞)
java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type(异常:不应为错误类型创建SimpleTypeImpl)
Android Adding a button with multiline text inside MaterialButtonToggleGroup doesn#39;t work(Android在MaterialButtonToggleGroup中添加多行文本的按钮不起作用)
How to store value, received in delegate class, inside external one?(如何存储在委托类中接收的值,在外部类中?)