I have one of my own iOS framework embeded in my iOS application. I have workspace file where both framework and my application project exist. I have created universal scheme in framework project which takes care of updating framework changes in my application project.
I am able to run my application project with my default scheme. (say "ProjectName")
However when I am trying to run my project with other scheme (say "ProjectName-Dev), Xcode is not able to build project and gives the error:
"No such module <Framework name>"
Any idea why one scheme is working fine while other not?