【发布时间】: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
您知道问题是什么以及如何解决吗?
【问题讨论】: