2

In Xcode 4 preview 5 every time I hit 'build', Xcode now build my Project with the debug Configuration, how can I build, for example, with release configuration? My project is a dynamic library, so scheme actions like 'Run', 'Test', 'Profile' and 'Analyze' not really make sense to me.

As of Xcode 4 preview 5 the 'Build' scheme action has changed.

Setting up a scheme with scheme actions that use particular build configurations allows me to set up a scheme that runs the product with the Debug configuration but profiles it with the Release configuration.

Every scheme action has a drop-down menu to choose a build configuration, except the build action. Where did this option go?

4

1 回答 1

-1

在最终版本发布之前,xCode 4 处于 NDA 之下。您现在应该在https://devforums.apple.com/中重新发布您的问题

于 2011-01-24T21:17:25.183 回答