Version: 5.6

PBXProject.AddFileToBuildWithFlags

매뉴얼로 전환
public void AddFileToBuildWithFlags (string targetGuid, string fileGuid, string compileFlags);

파라미터

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

설명

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