Cannot compile project on XCode 15

The project previously compiled using XCode 14.3, but I'm now having issues on XCode 15. It cannot find one of the header files that's used in one of my own lib that's associated to the project as a pod.

// custom class imported from my other lib
#import "fireBaseIntegration.h"

Error:

'fireBaseIntegration.h' file not found
Cannot compile project on XCode 15
 
 
Q