xcode8
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
Xcode 8 Warning “Instance method nearly matches optional requirement”
We contacted Apple Developer Technical Support (DTS) with this issue. They replied that this is a bug in Xcode 8. We submitted a bug report and hope for a quick update. (Apple Bug Report ID: 28315920). If you experience a similar issue, please also file a bug report (referring to ours) so the Apple engineers … Read more