2013-02-13 81 views
1

我正在创建类似于教程的tapku日历项目,但是我一直在我的头文件中收到错误。我的头文件看起来像这样:tapku日历标题错误

#import <UIKit/UIKit.h> 
#import <TapkuLibrary/TapkuLibrary.h> 

@interface ViewController : UIViewController 

@property (strong,nonatomic) NSMutableArray *dataArray; 
@property (strong,nonatomic) NSMutableDictionary *dataDictionary; 
@end 

错误说:TapkuLibrary/TapkuLibrary.h file not found

我已经按照tapku教程中的说明导入了文件,你知道我为什么仍然收到这条消息吗?

+1

没有你添加的tapkulibrary到您的项目?一个文件扩展名.a – 2013-02-13 04:17:14

回答

1

请参阅此链接可能它可以帮助你: Xcode cannot import tapku or kal library

+0

如果上面的链接不会解决您的问题,那么还请检查:http://stackoverflow.com/questions/11280784/tapkulibrary-h-not-found-on-archive – Vishal 2013-02-13 04:09:16

+0

另请查看这些说明:https:/ /github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4 – Vishal 2013-02-13 04:10:14

+0

好的谢谢,它的工作 – user1601259 2013-02-13 04:26:10