在 Xcode 4.1 中使用 Three20 时出现大量问题

发布于 2024-11-26 15:25:46 字数 186 浏览 0 评论 0原文

我正在尝试将“Three20”库安装到 Xcode 4.1 项目中。

我下载了似乎是最新版本(1.0.7)并运行了 python 脚本。脚本没有生成错误,但是当我启动项目时,依赖项中没有列出 Three20 子项目。

我尝试手动将它们添加到依赖项中,但这也不起作用。编译器抱怨依赖项缺失,即使它们存在。

帮助。

I'm trying to install the "Three20" library into an Xcode 4.1 project.

I downloaded what appears to be the latest version (1.0.7) and I ran the python script. No errors generated by the script, but when I start my project, there are no Three20 subprojects listed in the dependencies.

I tried manually added them to the dependencies, but that didn't work either. The compiler complains that dependencies are missing, even though they are there.

Help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挽清梦 2024-12-03 15:25:46

确保在最后执行 python 命令。

--xcode-version=4

如果这不起作用,请尝试创建一个新项目并将其命名为“test”(全部小写),然后尝试在其上安装。我发现删除一个项目并创建另一个具有相同名称的项目会弄乱它,或者名称中带有“Three20”的任何项目。

顺便说一句,你从哪里得到 1.0.7 ?我上周安装了 Three20,其版本为 1.0.6.2。

Make sure you execute the python command with this at the end.

--xcode-version=4

If that doesn't work try creating a new project and call it "test" (all lower case), and try installing on that. I found deleting a project and creating another with the same name would mess it up, or anything with "Three20" in the name.

btw Where did you get 1.0.7 from? I installed Three20 last week and its at 1.0.6.2.

回心转意 2024-12-03 15:25:46

使用这个脚本为我工作

python three20_latest/src/scripts/ttmodule.py -p Sample/Sample.xcodeproj Three20 --xcode-    version=4

Worked for me using this script

python three20_latest/src/scripts/ttmodule.py -p Sample/Sample.xcodeproj Three20 --xcode-    version=4
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文