soffes / sstoolkit

A collection of well-documented iOS classes for making life easier
MIT License
3.31k stars 573 forks source link

Haven't added MessageUI.framework #170

Closed yimingtang closed 11 years ago

yimingtang commented 11 years ago

Hi, Sam. I found there's a link error when I used the latest SSToolkit.

Undefined symbols for architecture i386:
    "_OBJC_CLASS_ $ _MFMailComposeViewController", Referenced from:
       objc-class-ref in SSWebViewController.o

I guess that you haven't added MessageUI.framework into SSToolkit, so I have to add this framework myself.

Would it be a good idea that you add it into SSToolkit target? Or update the getting started document?

calebd commented 11 years ago

Are you installing with CocoaPods?

yimingtang commented 11 years ago

No. I use git submodule.

soffes commented 11 years ago

Updated the website and released a new version with this. Thanks!