Cannot debug Swift module/framework embedded in Objective-C app
For me it was just as simple as it was painful and time consuming: import SDWebImage was the PROBLEM, because one of the frameworks had the SDWebImage already packed in it(and I couldn’t see it), and that framework happened to be Objective-C, and the app was Swift. I also added the SDWebImage to the project, … Read more