custom config and linked frameworks

I'm trying to add a scheme / configuration pair to test unlocked features without having to comment / uncomment code, so it seemed like the best practice was to duplicate my Debug config to Debug Unlock and add an UNLOCK to the Active Compilation Conditions and create a new Scheme. That worked fine, but I noticed that some linked 3rd Party Frameworks aren't being properly found because they only have Debug / Release defined as their configs, and it looks like the new config means those default to the Release config (and paths).


Is there a way to make the Frameworks see the right config or to pass the Complication Conditions directly from the Scheme without needing a new config?