It only happens on iOS 5, hence couldn't easily test it...
Wrapper type 'MonoTouch.UIKit.NSParagraphStyle' is missing its native ObjectiveC class 'NSParagraphStyle'.
But no NSParagraphStyle appears on my code... [QUICK EDIT] I think it's because I'm using NSMutableParagraphStyle and that is only available on iOS 6 and later...
If that's the case, my question is:
shouldn't the compiler warn me or even throw an error if my target is iOS 5 and I use some API which isn't available in that iOS version ?