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.

Module 'ABC' does not use additional module map '/Users/avinash/Library/Developer/Xcode/DerivedData/ABC-ckofsggoxbykcfgdlmgkteeffuvq/Build/Products/Debug-iphonesimulator/ABC.framework/Modules/module.modulemap' not used when the module was built

This is the error i am getting.

I have commented out the content of module.modulemap and this made the building successful. Before that I have deleted MODULEMAP_FILE in the build settings but this did not work.

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