File not found when it exists - Building Project

I've created an Ionic Cordova project. This project has only the XCDYouTubeKit Pod.

After doing Pod install, I've tried to run the Build executation.

It fails with this log: 'Cordova/XCDYouTubeVideoPlayerViewController.h' file not found.
I've checked that this file exists!

I don't why the program says the file is missing.

Hope anybody can help me!

Thank you
Xcode build would say file not found even if the file exists when the project is not configured to let Xcode find it.
This often happens when the pod is not well configured to work with the latest Xcode.

Have you asked the author of the pod if it is confirmed to work with the latest Xcode?
File not found when it exists - Building Project
 
 
Q