Question

I'm in the process of turning one of my iPhone apps into a universal binary. Everything works ok accept for the MFMessageComposeViewController Class. I went the single project with two targets route.

When I run the iPad Target, the compiler flags the MFMessageComposeViewController. Obviously, this was introduced in 4.0 but the reference is in the iPhone Classes, not the iPad. Why is this and what am I missing?

Oh, and the MessageUI.framework is weak-linked in both Targets.

Was it helpful?

Solution

You should build against the 4.0 SDK even when running on iPad. Just make sure not to reference the class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top