我想在Xcode 4.2中为我的项目添加Three20,它给了我这些警告:
是否有人有教程使用Xcode 4.2
将Three20添加到项目中答案 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