objective c - compile problem for xcode 3.2 -


I have a problem compiling the code in hex 3.2 I have a code where it is using the API of iOS 4, it will compile "MFMAsSUJSup Controller". With 4.0 fine xcode, but when I try to compile with 3.2 then I get the error due to "MFMessageComposeViewController" It seems that Xcode can not find the keyword for MFMessageComposeViewController for compiling for 4.0 and 3.2 To be able to and still use the MFMessageComposeViewController, what should I do? Thanks!

I can not determine whether the version numbers you are referring to or not the Xcode version IPhone OS version of

Shows that it is only available in iOS 4.0 and beyond, so you can not use it at all in previous versions of the iPhone OS.

If you are having trouble with Xcode version 4, then you can not ask for help here because it is under a non-disclosure agreement, as far as I know it. If you are using Xcode 3.2 to compile iOS 4.0 to target source code, make sure that your project settings are correct and ready to use iOS 4.0 SDK.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -