Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

PBXProject.AddBuildConfig

public void AddBuildConfig(string name);

Parameters

nameThe name of the build configuration.

Description

Creates a new set of build configurations for all targets in the project.

The number and names of the build configurations is a project-wide setting. Each target has the same number of build configurations and the names of these build configurations is the same. The created configurations are initially empty. Care must be taken to fill them with reasonable defaults. The function throws an exception if a build configuration with the given name already exists.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答