PBXProject.RemoveFrameworkFromProject

Cambiar al Manual
public void RemoveFrameworkFromProject (string targetGuid, string framework);

Parámetros

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

Descripción

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.