2013-02-13 2 views
1

Je crée un projet de calendrier tapku similaire au tutoriel, mais je continue d'obtenir une erreur dans mon fichier d'en-tête. Mon fichier d'en-tête ressemble à ceci:tapku erreur d'en-tête de calendrier

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

@interface ViewController : UIViewController 

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

L'erreur dit: TapkuLibrary/TapkuLibrary.h file not found.

J'ai importé les fichiers comme indiqué dans le tutoriel tapku, savez-vous pourquoi je reçois toujours ce message?

+1

avez-vous ajouté le tapkulibrary à votre projet? Une extension de fichier .a –

Répondre

1

Voir ce lien peut il vous aide: Xcode cannot import tapku or kal library

+0

Si le lien ci-dessus ne résoudra pas votre problème, vérifiez également: http://stackoverflow.com/questions/11280784/tapkulibrary-h-not-found-on-archive – Vishal

+0

Vérifiez également ces instructions: https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4 – Vishal

+0

bien merci, cela fonctionne – user1601259

Questions connexes