I have a project in Swift and importing some custom frameworks. I have added another configuration (testing). When I build for Debug or Release configuration I have no issues with the bridge header. But if build for testing configuration. I get the error "failed to import bridging header"
Any of you knows why this is happening with a non debug/release configuration?
I'll really appreciate your help