Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top