Version: 2017.1

PBXProject.RemoveBuildConfig

매뉴얼로 전환
public void RemoveBuildConfig (string name);

파라미터

name The name of the build configuration.

설명

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.