I am able to debug my Swift 4.1 code in Xcode 9.4.1.I have a dependent framework library in my project.Earlier I was able to debug the dependent framework library's code but in Xcode 9.4.1 the breakpoints for the dependent library does not get triggered.
How to debug dependent framework Swift 4.1 code in Xcode 9.4.1?
My general advice with problems like this is to try to reproduce the problem with a new test project. That’ll tell you whether there’s something fundamentally broken, or whether there’s something specific about your project that’s triggering the issue.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"