Version: 5.6

PBXProject.AddFrameworkToProject

매뉴얼로 전환
public void AddFrameworkToProject (string targetGuid, string framework, bool weak);

파라미터

targetGuid The GUID of the build configuration as returned by TargetGuidByName.
framework The name of the framework. The extension must be ".framework".
weak True if the framework is required, false if optional.

설명

Adds a framework dependency for the specified target.