Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

PBXProject.RemoveFileFromBuild

Switch to Manual
public function RemoveFileFromBuild(targetGuid: string, fileGuid: string): void;

Parameters

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
fileGuidThe GUID of the file to remove.

Description

Removes given file from the list of files to build for the given target.