如何使用Xcode 4.2将Three20添加到我的项目中

时间:2011-11-14 00:54:35

标签: iphone xcode cocoa-touch ipad three20

我想在Xcode 4.2中为我的项目添加Three20,它给了我这些警告:

enter image description here

enter image description here

是否有人有教程使用Xcode 4.2

将Three20添加到项目中

1 个答案:

答案 0 :(得分:0)

在终端上使用以下代码

> python three20/src/scripts/ttmodule.py -p path/to/your/project/project.xcodeproj Three20

<强>步骤:

1) Open Terminal
2) type "python"
3) Locate "ttmodule.py" file & drag it on Terminal
4) -p
5) locate your project xcode file & drag to terminal
6) Three20
7)Press enter Three20 will be added to your project

另一种方式:

1)Open your project
2)Open three20 xcode project
3) drag three20 project in your project