Three20 构建问题
我在使用 Three20 构建项目时遇到问题。我之前在项目文件夹之外有 Three20 文件夹,然后我决定在我的文件夹内克隆另一个 Three20,然后再次重新运行脚本。但是现在,当我尝试导入“Three20/Three20.h”时,它不断地说没有这样的文件或目录。我应该在这里做什么?
I am having issues with building my project with three20. I previously had three20 folder outside of my project folder, then I decided to clone another three20 inside my folder and then re-run the script again. However now when I tried to do import "Three20/Three20.h" it constantly says there's no such file or directory. What should I do here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能已经改变,但我记得根据我上次 Three20/xcode4 的经验,您必须更改 xcode4 的构建目录设置才能使其工作。
在 Xcode 首选项中,转到位置选项卡并将构建位置的下拉列表更改为“...由目标指定的位置”
据我了解,Three20 期望构建目录位于使用 Xcode3 时的同一位置。没有承诺,但请尝试一下。
This may have changed, but I recall with my last Three20/xcode4 experience that you have to change the build directory settings for xcode4 for it work.
In Xcode preferences, go to the locations tab and change the dropdown for build location to "...locations specified by targets"
As I understand it Three20 expects the build directory to be in the same place it was using Xcode3. No promises, but give it a try.