【问题标题】:How can i add Three20 to my project using Xcode 4.2如何使用 Xcode 4.2 将 Three20 添加到我的项目中
【发布时间】:2011-11-14 00:54:35
【问题描述】:

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

有谁有使用 Xcode 4.2 将 Three20 添加到项目中的教程

【问题讨论】:

    标签: iphone xcode cocoa-touch ipad three20


    【解决方案1】:

    在终端上使用以下代码

    > 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
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-02-28
      • 1970-01-01
      • 1970-01-01
      • 2011-01-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多