Hi,
I need to add an ios plugin from phonegap.
My steps:
1) create a folder in CordovaLibPlugins
2) Create 2 files (.h and .m) with the source of the plugin
3) Create a javascript with the definition
4) Modify de config.xml and add the definition
Questions:
When I export my project to xcode, the folder with the plugin aren't there
If I add these files (h and m) to xcode, I have an error that my plugin is not found.
¿any idea?
¿Do you have an example?
¿Is there any more to define?