Cordoba header file missing when integrating PhoneGap app into Jenkins

I am trying to integrate a PhoneGap application with Jenkins, but I get error messages in jenkins (and also in Terminal), because Cordova files were not found, but in Xcode I get no errors

/Users/Shared/Jenkins/Home/jobs/appName/workspace/appName/Plugins/WebAppPlugin.h:9:9: fatal error: 'Cordova/CDVPlugin.h' file not found
#import <Cordova/CDVPlugin.h>
        ^
1 error generated.
/Users/Shared/Jenkins/Home/jobs/appName/workspace/appName/Classes/AppDelegate.h:30:9: fatal error: 'Cordova/CDVViewController.h' file not found
#import <Cordova/CDVViewController.h>
        ^
1 error generated.

I tried many solutions from previous posts, nothing helps

Solution 1: "'CDVPlugin.h' file not found" in Cordoba as a component (Cleaver)

solution 2: File "Cordova / CDVViewController.h" was not found when running in the Xcode terminal

Solution 3: PhoneGap Xcode Missing header files on Build 'Cordova / CDVViewController.h' file not found

4: < Cordova/CDVViewController.h > xcode

.

+3

All Articles