开发者

compile problem for xcode 3.2

Hey I have problem compiling code in xcode 3.2 I have a code where it's using iOS 4's API, "MFMessageComposeViewController" It would compile fine with 4.0 under xcode, but when when i try to compile with 3.2 I get error because of "MFMessageComposeViewController". It seems that xcode can't find keyword for MFMessageComposeViewController. In order to be able to compile for 4.0 and 3.2 and still use MFMessageComposeViewController,开发者_C百科 what should i do? thank you!


I can't determine whether the version numbers you are referring to are to do with the iPhone OS version of the Xcode version.

The documentation for MFMessageComposeViewController shows that it is only available in iOS 4.0 and later, so you can't use it at all in earlier versions of iPhone OS.

If you are having trouble with Xcode version 4, you cannot ask for help here because it is under a non-disclosure agreement, as far as I am aware. If you are using Xcode 3.2 to compile for source code targeting iOS 4.0, ensure that your project settings are correct and are set to use the iOS 4.0 SDK.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜