Hi, I have a framework, that I recently ported to xcframework. The framework is written in swift and have both Objective C & Swift Test App. Prior to migration, I was able to debug swift framework while running swift test app. But after moving to xcframework breakpoints are no more effective & I am unable to test my framework code.
Am I missing something?
Am I missing something?