Reputation: 103
i m trying to implement MFMailViewComposeViewController... but getting some following error plz tell why this is happing.. i am new to iPhone...
Line Location Tool:0: ".objc_class_name_MFMailComposeViewController", referenced from: Line Location Tool:0: symbol(s) not found Line Location Tool:0: literal-pointer@__OBJC@__cls_refs@MFMailComposeViewController in FriendShoppingListViewController.o
thanks in advance if possible provide the code..
Upvotes: 0
Views: 747
Reputation: 3165
You have to import MessageUI.framework to your project to make MFMailViewComposeViewController work.
Upvotes: 1