Add Framework dependency to iOS extension.

Hi!

We are working in a project with iOS support. We’re developing a feature that requires to add an App Extension.

We’ve sucessfully added the extension to the generated xcode project, after checking how the XCodeProject.cs file works when generating the project file.

We also need to add some public framework dependencies to the Extension, not the main project, and the available framework collections seem to target only the main project.

Is there any way to this?

Thanks.

Hi Emilio,

This functionality was implemented in CL 45093811.

In the .uppex file, there’s a “Frameworks” array key to which you can add dependent frameworks.

Best regards.

Hi Stéphane.

This solved our problem.

Thanks.

Glad that worked for you Emilio, thank you for the update.

Best regards.