Version: 5.6

PBXProject.AddFrameworkToProject

切换到手册
public void AddFrameworkToProject (string targetGuid, string framework, bool weak);

参数

targetGuid TargetGuidByName 返回的构建配置的 GUID。
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.