Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddExternalLibraryToEmbedFrameworks(PBXProject, string, string, string, string, string)

Adds a library from the external project to the embedded frameworks list.
Read time 1 minuteLast updated 13 days ago

Definition

public static void AddExternalLibraryToEmbedFrameworks(this PBXProject proj, string targetGuid, string filename, string remoteFileGuid, string projectPath, string remoteInfo)

Parameters


targetGuid

The GUID of the target that depends on the embedded framework library you are adding.

filename

The library file name.

remoteFileGuid

The GUID of the library target in the external project.

projectPath

The path to the external project. This must match the path you use for this parameter in AddExternalProjectDependency.

remoteInfo