I’m new to phoneGap, I want to add a email button – so I’ve tried to install the EmailComposer Plugin. When I try to compile in xcode I get the following error :
‘PGPlugin.h’ file not found.
I’ve a fresh install of Phonegap 1.9
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you using the latest version of the plugin?? Phonegap plugin now uses
CDVPlugin.hand you can confirm that by checking the source of the plugin.https://github.com/phonegap/phonegap-plugins/tree/master/iOS/EmailComposer
Update you plugin code if it is older and it should work.