Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

PBXProject.AddFileToBuildWithFlags

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

Parameters

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The file guid returned by AddFile.
compileFlags Compile flags to use.

Description

Configures file for building for the given target with specific compiler flags.