本文介绍了Three20和iOS 4的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为iOS 4编写我的应用程序.它包括Three20.我已将基本SDK设置为"iPhone Device 4.0",而将部署目标"设置为"iPhone OS 3.0",但收到此消息:

I'm trying to complie my app for iOS 4. It includes Three20. I've set the base SDK to "iPhone Device 4.0" and the Deployment Target to "iPhone OS 3.0" but I get this message:

"_OBJC_CLASS_$_TTURLRequestModel", referenced from:
    _OBJC_CLASS_$_MockPhotoSource in MockPhotoSource.o

我该怎么办?

推荐答案

我认为此线程可以解释大多数问题.

I think this thread explains most of the problems.

http://groups.google.com/group/three20/browse_thread/thread/90a57d469dfcc32d/85750d0c9b7c79de?lnk=gst&q=ios4#85750d0c9b7c79de

也可以在此处获得更新的代码.

Also the updated code is available here..

http://github.com/ECP/three20

希望这会有所帮助.

谢谢.

这篇关于Three20和iOS 4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 09:19