I am have an app and in the iPhone app, we use MessageUI Framework, but when I try to add it to my Apple Watch Extension InterfaceController.h file like so:
#import <MessageUI/MessageUI.h>
I get this error:
'MessageUI/MessageUI.h' file not found
Does watchOS not support MessageUI ? and do I have readd the framework again?