Thursday, February 17, 2011

"_OBJC_CLASS_$_MFMailComposeViewController", referenced from: __objc_classrefs__DATA@0 in libQCLib.a(ShowEmailEditorVCO.o) ld: symbol(s) not found


If you get his error trying to build and run.... 

"_OBJC_CLASS_$_MFMailComposeViewController", referenced from:
      __objc_classrefs__DATA@0 in libQCLib.a(ShowEmailEditorVCO.o)
ld: symbol(s) not found

Just Try adding the MessageUI framework to your project. :P

Source: http://groups.google.com/group/quickconnectiPhone/browse_thread/thread/1b676c17fd09de03

8 comments:

Anonymous said...

Thanks!!!!!!!!!!!!!!!!!!! thhhhhhhhhhhhhhhhhhis much!

reuben said...

thanks dude , saved me a lot of time !!

jhonjairoroa87 said...

I'm glad I could help you :D

Anonymous said...

Thank you, this really helped me.

Anonymous said...

You're awesome dude!

Asen said...

Thank you !

Anonymous said...

I added the MessageUI.framework and put it in the frameworks folder and i still get the error any ideas?

Added it through build phases > Link libraries > scroll list

Jiraheta said...

wow, i wish i could have seen this before.