module '' does not use additional module map '.framework/Modules/module.modulemap' not used when the module was built

I have my own framework, Which is working fine since long time and also compiling in xcode 15.2. As soon as i updated xcode to xcode 15.3, My code is not compiling. I am getting below error.

module '' does not use additional module map '.framework/Modules/module.modulemap' not used when the module was built

I have both objective c and swift files in my framework.