Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have tried to add the EmailComposer plugin for Cordova that can be found here

I have followed it step by step, when I come to build the project I get the following error -

"_OBJC_CLASS_$_MFMailComposeViewController", referenced from:

I have made sure that I have added the MessageUI.framework to the project. It is currently in the framework folder.

Can someone point me in the right direction or know what else I need to provide in order to further trouble shoot this?

Thanks

share|improve this question

1 Answer

up vote 0 down vote accepted

This was simply a case of not adding the framework correctly to the project, I removed and did it again correctly

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.