Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PBXProjectExtensions.AddFileToEmbedFrameworks

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

public static method AddFileToEmbedFrameworks(proj: iOS.Xcode.PBXProject, targetGuid: string, fileGuid: string): void;
public static void AddFileToEmbedFrameworks(iOS.Xcode.PBXProject proj, string targetGuid, string fileGuid);

Parameters

proj A project passed as this argument.
targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The file GUID returned by AddFile or AddFolderReference.

Description

Configures file for embed framework section for the given native target.

This function also internally calls proj.AddFileToBuild(targetGuid, fileGuid) to ensure that the framework is added to the list of linked frameworks.

If the target has already configured the given file as embedded framework, this function has no effect.

On projects containing multiple native targets, a single file or folder reference can be configured to be built in all, some or none of the targets. The file or folder reference is added to appropriate build section depending on the file extension.

Did you find this page useful? Please give it a rating: