【问题标题】:Three20 in Xcode4 - Couldn't find the Frameworks childrenXcode4 中的 Three20 - 找不到框架子项
【发布时间】:2011-06-17 14:08:57
【问题描述】:

我的 Xcode 3 项目中有 Three20,我想用 Xcode 4(刚刚安装)升级项目。

我已关注Three20's Xcode 4 Transition Guide 并执行此命令行:

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

但我看到的是这些错误:

ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Couldn't find the Frameworks children.
ERROR:root:Some dependencies failed to be added:
ERROR:root: Three20Style:Three20Style

ERROR:root: Three20Network:Three20Network

ERROR:root: Three20UI:Three20UI

ERROR:root: Three20Core:Three20Core

ERROR:root: Three20UINavigator:Three20UINavigator

ERROR:root: Three20:Three20

ERROR:root: Three20UICommon:Three20UICommon

您知道问题是什么以及如何解决吗?

【问题讨论】:

    标签: iphone xcode4 three20


    【解决方案1】:

    我发现“重新开始”比迁移更容易。

    • 从您的项目中删除任何三个20 项目(它们通常位于“框架”下)
    • 删除旧的 Three20.Bundle
    • 在“构建设置”中搜索“Three20”并删除对 Three20 的任何引用

    现在只需运行 Three20 命令行来添加 Three20

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-10-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-02-13
      相关资源
      最近更新 更多