Recently I’ve stumbled on the issue that I didn’t receive a “Class is implemented in both” warning message, whereas I should’ve, because I referenced the same static library both from the app and indirectly through my custom dynamic framework. The reason was, even though I imported the dynamic framework, I never referenced its symbols. AFAIKContinue reading “TIL dynamic libraries are only partially loaded at launch in iOS”