Writing a plugin for an iOS framework

Hey Kevlar,

You should be able to add frameworks to your plugins build.cs like you suspect.

Just add:

PublicFrameworks.Add("MyFramework");

Hope this helps.
Terence