【发布时间】:2011-11-14 00:54:35
【问题描述】:
我想在 Xcode 4.2 中将 Three20 添加到我的项目中,它给了我这些警告:
有谁有使用 Xcode 4.2 将 Three20 添加到项目中的教程
【问题讨论】:
标签: iphone xcode cocoa-touch ipad three20
我想在 Xcode 4.2 中将 Three20 添加到我的项目中,它给了我这些警告:
有谁有使用 Xcode 4.2 将 Three20 添加到项目中的教程
【问题讨论】:
标签: iphone xcode cocoa-touch ipad three20
在终端上使用以下代码
> 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
【讨论】: