Version: 2022.3
LanguageEnglish
  • C#

PBXProjectExtensions.AddExternalLibraryToEmbedFrameworks

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static void AddExternalLibraryToEmbedFrameworks(iOS.Xcode.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 should match the path you use for this parameter in AddExternalProjectDependency.

Description

Adds a library from the external project to the embedded frameworks list.