简体   繁体   English

Three20问题

[英]Problem with Three20

I am building an iPhone app which uses Facebook iOS SDK and Three20. 我正在构建一个使用Facebook iOS SDK和Three20的iPhone应用程序。 I have created App with UITabBarController from scratch. 我从头开始使用UITabBarController创建了App。 Facebook User sign on working on right now but when I tried to get files in Three20 I am getting an error of "Three20/Three20.h" No Such file exists. Facebook用户现在正在登录,但是当我尝试在Three20中获取文件时,出现错误“ Three20 / Three20.h”。不存在此类文件。 SO this is what I have do so far. 所以这是我到目前为止所做的。 1. Created my project from scratch 2. Cloned the facebook ios sdk and drag drop src folder of it into my project 3. Cloned the three20 and run the python script given on the documentation of the site. 1.从头开始创建我的项目2.克隆facebook ios sdk并将其src文件夹拖放到我的项目中3.克隆three20并运行站点文档中提供的python脚本。 Which seemed to be working becoz I am not getting any error on terminal. 这似乎正在工作,因为我没有在终端上收到任何错误。 4. Now when I tried to inlude Three20.Three20.h I am getting in an error that there is no such file. 4.现在,当我尝试包含Three20.Three20.h时,我遇到一个错误,即没有这样的文件。

Can any one tell me what I am doing wrong. 谁能告诉我我在做什么错。

Regards, Sumit. 问候,Sumit。

Check your "Other Linker Flags". 检查您的“其他链接器标志”。 Make sure you have -ObjC in there. 确保其中有-ObjC。 You may want to verify that your "Header Search Paths" are correct as well. 您可能还需要验证“标题搜索路径”是否正确。

This screen shot shows an example of the Header Search Paths 此屏幕快照显示了标题搜索路径的示例

Three20的标题搜索路径

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM