Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where's the MessageUI framework?

Tags:

iphone

I'm trying to add the ability to send an email from my iPhone app, and step one appears to be to add the MessageUI Framework to my project and I it doesn't appear in my list of existing Frameworks. There is something called Message Framework. Is that it? Has Apple renamed it?

I did download the MailComposer sample and I can see that that project seems to have the MessageUI.framework in it, albeit not in the Frameworks folder with UIKit, Foundation, and CoreGraphics.

How should I proceed?

Note that I'm running Xcode 3.2 on Mac OS X Version 10.6.1

like image 845
Dale Avatar asked Jun 05 '26 22:06

Dale


1 Answers

This is the real answer - To add it to your project, open up your target information. (You can do this by selecting your build target, and right-clicking to select Get Info). On the 'General' tab, you'll see 'LInked Libraries'. Here you can add new libraries that are actually available. MessageUI.framework is indeed one of those libraries. This should solve your cross-platform build issues. – Malaxeur

like image 125
Dale Avatar answered Jun 08 '26 19:06

Dale



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!