“'CDVPlugin.h " fichier non trouvé” de Cordoue en tant que composant (Couperet)

J'ai ajouté Cordova comme une composante de mon projet iOS. L'ajout d'un plugin personnalisé conduit à l'erreur, malgré que le plugin fonctionne dans un Cordova-seul projet:

'CDVPlugin.h' file not found

La problématique, le cadre est comme suit:

#import <Foundation/Foundation.h>

#ifdef CORDOVA_FRAMEWORK
#import <Cordova/CDVPlugin.h>
#else
#import "CDVPlugin.h"
#endif

Ce qui me manque?