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
- Type: Method
- Namespace: UnityEditor.iOS.Xcode.Extensions
- Assembly: UnityEditor.iOS.Extensions.Xcode
public static void AddExternalLibraryToEmbedFrameworks(this PBXProject proj, string targetGuid, string filename, string remoteFileGuid, string projectPath, string remoteInfo)
Parameters
The GUID of the target that depends on the embedded framework library you are adding.
The library file name.
The GUID of the library target in the external project.
The path to the external project. This must match the path you use for this parameter in AddExternalProjectDependency.