I am currently making a plugin for phonegap 3. I have a custom framework to copy using the source-file directive. In the plugin.xml I tried:
<source-file src="libs/ios/mylib.framework" />
but I get the error when I add the plugin to my project:
mylib.framework is a directory (not copied)
I tried to copy the framework file by file but it is going in the wrong directory.
How can I copy a custom ios framework using the plugin.xml file?