Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PBXProject.RemoveBuildConfig

public void RemoveBuildConfig(string name);

Parameters

name The name of the build configuration.

Description

Removes all build configurations with the given name from 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 function does nothing if the build configuration with the specified name does not exist.

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