Version: 2017.1

PBXProject.RemoveFrameworkFromProject

매뉴얼로 전환
public void RemoveFrameworkFromProject (string targetGuid, string framework);

파라미터

targetGuid The GUID of the target as returned by TargetGuidByName.
framework The name of the framework. The extension of the filename must be ".framework".

설명

Removes a system framework dependency for the specified target.

The function assumes system frameworks are located in System/Library/Frameworks folder in the SDK source tree.