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:

  1. Thanks!!!!!!!!!!!!!!!!!!! thhhhhhhhhhhhhhhhhhis much!

    ReplyDelete
  2. thanks dude , saved me a lot of time !!

    ReplyDelete
  3. Thank you, this really helped me.

    ReplyDelete
  4. You're awesome dude!

    ReplyDelete
  5. 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

    ReplyDelete
  6. wow, i wish i could have seen this before.

    ReplyDelete