In Xcode, before you build, you select a scheme, which specifies which targets to build, what build configuration to use, and the executable environment to use when the product specified by the target is launched. You also select a run destination. When you create a new Mac OS X project, Xcode provides a default scheme and two run destinations: local 32-bit and local 64-bit. For an iOS application, the run destinations are devices and simulators.
xcode 4中的scheme的作用
最新推荐文章于 2022-04-24 16:15:30 发布