1

我正在创建一个类似于教程的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教程中的说明导入了文件,你知道为什么我仍然收到这个消息吗?

4

0 回答 0